﻿@charset "utf-8";
/* CSS Document */
body{padding:0px;margin:0px;font-family:"微软雅黑"; background:url(../img/index/big_bg.png) repeat-x;}
.graybluebg{height:20px;background:#d5eef9;}
.whitebg{padding:0.5% 12%;background:#fff;height:53px;}
.logodiv{float:left;height:53px;padding-right:2%;border-right:1px solid #dfdfdf;}
.title{float:left;font-size:18px;color:#656565;line-height:53px;padding-left:2%;}
.bluetitle{font-size:18px;color:#19a2fe;height:20px;line-height:20px;border-bottom:1px solid #8d8f90;}
/*按钮*/
.bluebtn{padding:3%;background:#0090cc;color:#fff;font-size:15px; font-weight:bold;border:none; border-radius:4px;margin-top:10%; cursor:pointer;}
.bigbluebtn{padding:1% 4%;background:#0090cc;color:#fff;font-size:16px; font-weight:bold;border:none; border-radius:4px;margin-top:5%; cursor:pointer;text-align:center;}
.verifibtn{padding:1% 2%;background:#0090cc;color:#fff;font-size:14px; font-weight:bold;border:none;cursor:pointer;}
.passpic{margin-bottom:-10px;}
.redbtn{padding:1% 2%;background:#cf1414;color:#fff;font-size:14px; font-weight:bold;border:none;cursor:pointer;border-radius:4px;}
.left{float:left;}
.right{float:right;}
.clear{ clear:both;}
.c{text-align:center;}
.l{text-align:left;}
.r{text-align:right;}
.bgdiv{width:105%;background:url(../img/index/bg.png) no-repeat; background-size:100%;margin:auto;}
.main-div{width:90%;background:#ebf5fa; opacity:0.8;margin:auto;}
.content-div{width:70%;margin:auto;}
.step1,.step2,.step3,.step4,.step5,.step6{width:100%;height:70px;line-height:65px;background:url(../img/index/step1.png) no-repeat;font-size:16px;font-weight:bold;margin-bottom:3%;}
.step2,.step5{background:url(../img/index/step2.png) no-repeat;line-height:72px;}
.step3,.step6{background:url(../img/index/step3.png) no-repeat;line-height:72px;}
.step1 div:nth-child(1),.step4 div:nth-child(1){color:#fff;padding-left:10%;float:left;}
.step1 div:nth-child(2),.step4 div:nth-child(2){color:#8f8c8c;padding-left:22%;float:left;}
.step1 div:nth-child(3),.step4 div:nth-child(3){color:#8f8c8c;padding-left:25%;float:left;}
.step2 div:nth-child(1),.step5 div:nth-child(1){color:#8f8c8c;padding-left:10%;float:left;}
.step2 div:nth-child(2),.step5 div:nth-child(2){color:#fff;padding-left:22%;float:left;}
.step2 div:nth-child(3),.step5 div:nth-child(3){color:#8f8c8c;padding-left:25%;float:left;}
.step3 div:nth-child(1),.step6 div:nth-child(1){color:#8f8c8c;padding-left:10%;float:left;}
.step3 div:nth-child(2),.step6 div:nth-child(2){color:#8f8c8c;padding-left:22%;float:left;}
.step3 div:nth-child(3),.step6 div:nth-child(3){color:#fff;padding-left:25%;float:left;}
.step4 div:nth-child(2),.step5 div:nth-child(2),.step6 div:nth-child(2){padding-left:26%;}
.step4 div:nth-child(3),.step5 div:nth-child(3),.step6 div:nth-child(3){padding-left:30%;}

.height20{height:20px; line-height:20px;}
.black_line, .formblack_line{width:100%;margin:auto;height:1px;line-height:1px; border-bottom:1px solid #9f9f9f;}
.formblack_line{margin-top:3%;}
.form_list{width:100%;margin:auto;}
.form_listdiv{padding:2.5% 0px 2.5% 0px;}
.leftdiv{float:left;width:45%;}
.rightdiv{float:right;width:52%;}
.sleftdiv{width:48%;float:left;text-align:right;}
.srightdiv{width:52%;float:left;}
.srightdiv input[type='text'],.srightdiv select{height:25px; line-height:25px;border:1px solid #e1e1e1;width:90%;}
.phone_div{padding-left:10%;}
.phone_list,.check_list{padding:4% 0px;text-align:right;width:80%;}
.phone_listleft{float:left;width:40%;text-align:right;}
.phone_listright{float:left;text-align:left;width:50%;}
.phone_listright input[type='text']{height:25px; line-height:25px;border:1px solid #e1e1e1;}
.check_list{width:100%;padding:3% 0px;}
.w30{width:30%;}
.w50{width:50%;}
.w70{width:70%;}
.w80{width:80%;}
/*字*/
.white_font{color:#fff;}
.red_font{color:#ff0303;}
.pass_font{text-align:center;margin:5% 0px;color:#ff0303;font-size:18px; font-family:"黑体";}
.blue_font{color:#2592cb;}
.gray_font{color:#777779;}
.font12{font-size:12px;}
.font18{font-size:18px;}
/*边距*/
.top-m2{margin-top:2%;}
.top-m5{margin-top:5%;}
.top-m10{margin-top:10%;}
.top-m20{margin-top:20%;}
.top-m30{margin-top:30%;}
.bottom-m5{margin-bottom:5%;}
.bottom-m10{margin-bottom:10%;}
.bottom-m20{margin-bottom:20%;}
.left-p10{padding-left:10%;}
.left-p20{padding-left:20%;}
.line30 p{line-height:30px;}