@charset "uft-8";
body{
    color:#2a2929; 
    font-family:"Microsoft YaHei","Hiragino Sans GB",  'Helvetica Neue', Helvetica, Arial; 
    font-size:14px; 
    background:#fff;
    min-width:1240px; 
    margin:0 auto; 
    width:100%;
}
/**{ transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}*/
.clearfix{ clear:both;}
a { 
    text-decoration:none;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    color: #333;
}
a:hover{}
.wrap{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
/*--pages1--*/
.pages { text-align:right; margin:30px 0 40px 0; clear:both; font-size:14px; }
.pages a { background:#2380d6; color:#fff; padding:8px 12px; display:inline-block; text-decoration:none; }
.pages span { padding:8px 12px; display:inline-block; }
.pages span.on { background:#424f63; color:#fff; }
.pages span.disabled { background:#dadfe3; color:#aaa; }

/*pages2*/
.pagination-outer{ 
    text-align: center; 
}
.pagination{
    display: inline-flex;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
}
.pagination li a.page-link{
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #2380d6;
    border-radius: 0;
    border: none;
    outline: 2px solid #fff;
    outline-offset: -6px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 8px 0 0;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    display: block;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link{ line-height: 40px; }
.pagination li:last-child a.page-link{ margin-right: 0; }
.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover{
    background: #2380d6;
    color: #fff;
    outline: thin dotted;
    outline-offset: -2px;
}
.pagination li a.page-link:before{
    content: "";
    width: 0;
    height: 0;
    background: #fff linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before{
    width: 17px;
    height: 17px;
}



/*颜色*/



/*顶部*/
.header{
    background: #fff;
    
}
.header .header-wrap{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    overflow: hidden;
    position: relative;
}
.header .mylogo{
    width: 192px;
    height: 70px;
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); 
    box-shadow:0 0 10px rgba(0,0,0,0.1); 
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -96px;
}
.header .mylogo image{
    width: 192px;
    height: 70px;
    display: block;
}
.header .header-wrap .phone{
    width: 400px;
    float: left;
    font-size: 22px;
    color: #2380d6;
    font-weight: bold;
    line-height: 70px;
    height: 70px;
}
.header .header-wrap .menu-right{
    float: right;
    height: 34px;
    margin: 18px 0;
}
.header .header-wrap .menu-right .items{
    display: block;
    float: left;
    padding: 0 0 0 30px;
    position: relative;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333333;
    max-width: 110px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-right: 14px;
}
.header .header-wrap .menu-right .items .icon{
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
.header .header-wrap .menu-right .items:nth-child(1) .icon{
    background: #2380d6 url("/images/web/header_icon.png") no-repeat 0 0;
    background-size: 78px 26px;
}
.header .header-wrap .menu-right .items:nth-child(2) .icon{
    background: #2380d6 url("/images/web/header_icon.png") no-repeat -26px 0;
    background-size: 78px 26px;
}
.header .header-wrap .menu-right .items:nth-child(3) .icon{
    background: #2380d6 url("/images/web/header_icon.png") no-repeat -52px 0;
    background-size: 78px 26px;
}
.header .all-menu-total{
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #000000;
    -moz-box-shadow:0 2px 10px rgba(0,0,0,0.06); 
    -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.06); 
    box-shadow:0 2px 10px rgba(0,0,0,0.06); 
    background: #fff;
    border-top: #d9d9d9 1px solid;
}
.header .all-menu-total .menu-list{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.header .all-menu-total .menu-list .items{
    display: inline-block;
    margin: 8px 20px;
    padding: 0 8px;
    border-bottom: #fff 2px solid;
    line-height: 30px;
    height: 30px;
}
.header .all-menu-total .menu-list .items.on{
    color: #2380d6;
    font-weight: bold;
    border-bottom: #2380d6 2px solid;
}
.fixed_4{
    position: fixed;
    top: 0;
    z-index: 800;
    left: 0;
    width: 100%;
}



/*底部*/
.bottom-box{
    width: 100%;
    position: relative;
    background: #0b123a url("/images/web/buttom.png") no-repeat center center;
    background-size: 1920px 375px;
    overflow: hidden;
    height: 375px;
}
.bottom-box .bottom-info{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.bottom-box .bottom-info .join{
    width: 428px;
    text-align: center;
    float: left;
    padding: 110px 0 0 0;
}
.bottom-box .bottom-info .join h1{
    font-size: 28px;
    color: #fff;
}
.bottom-box .bottom-info .join .btn{
    width: 140px;
    height: 40px;
    line-height:40px;
    text-align: center;
    border-radius: 8px;
    font-size: 18px;
    background: #fff;
    margin: 32px auto 0 auto;
    display: block;
    color: #2380d6;
    -moz-box-shadow:0 0 7px rgba(255,255,255,0.7); 
    -webkit-box-shadow:0 0 7px rgba(255,255,255,0.7); 
    box-shadow:0 0 7px rgba(255,255,255,0.7); 
}
.bottom-box .bottom-info .message{
    width: calc(100% - 428px);
    text-align: center;
    padding: 60px 0 0 0;
    float: right;
}
.bottom-box .bottom-info .message .logo1{
    width: 100px;
    display: block;
    margin: 0 auto 22px auto;
}
.bottom-box .bottom-info .message h2{
    text-align: center;
    font-size: 28px;
    color: #fff;
}
.bottom-box .bottom-info .message p{
    margin-top: 16px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.footer{
    background: #f0f2f6;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.footer h1{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}


.main-title-menu{
    padding: 50px 0;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.main-title-menu .title{
    font-size: 32px;
    color: #000000;
    line-height: 40px;
    font-weight: bold;
}
.main-title-menu .line{
    background: url("/images/web/title_line.png") no-repeat center center;
    background-size: 135px 13px;
    width: 135px;
    height: 13px;
    display: block;
    margin: 14px auto 6px auto;
}
.main-title-menu .eng{
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    text-transform: uppercase;
}
.main-title-menu .price-btn{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.main-title-menu .price-btn a{
    display: inline-block;
    line-height: 40px;
    height: 40px;
    background: #fff;
    border: #2380d6 1px solid;
    width: 140px;
    text-align: center;
    color: #2380d6;
    border-radius: 50px;
    margin: 0 16px;
}
.main-title-menu .price-btn a.on{
    background: #2380d6;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}




.all-tab{
    background: #2380d6;
    width: 100%;
    text-align: center;
    height: 116px;
    overflow: hidden;
}
.all-tab .item{
    width: 120px;
    display: inline-block;
    padding: 10px 0 16px 0;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
    margin: 0 10px;
}
.all-tab .item .fa{
    width: 80px;
    height: 60px;
    display: block;
    margin: 0 auto 6px auto;
}
.all-tab .item h1{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    height: 24px;
}
.all-tab .item.on{
    background: #1b4d7b;
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); 
    box-shadow:0 0 10px rgba(0,0,0,0.1); 
}
.all-tab .item:hover{
    background: #1b4d7b;
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); 
    box-shadow:0 0 10px rgba(0,0,0,0.1); 
}


.user-tab{
    background: #2380d6;
    width: 100%;
    text-align: center;
    height: 86px;
    overflow: hidden;
}
.user-tab .mytit{
    font-size: 36px;
    float: left;
    line-height: 86px;
    height: 86px;
    color: #fff;
}
.user-tab .u-list{
    margin-left: 50px;
    float: left;
}
.user-tab .u-list a{
    display: inline-block;
    line-height: 86px;
    height: 86px;
    padding: 0 25px;
    font-size: 20px;
    color: #ffffff;
    margin-right: 26px;
}
.user-tab .u-list a.on{
    background: url("/images/web/user_title.png") no-repeat bottom center;
    background-size: 16px 10px;
}



/*主要内容*/
.pagetips{
    padding: 10px 15px;
    background: #fcf2de;
    border:#fddcb9 1px solid;
    border-radius: 4px;
    color:#de851c;
    margin: 20px;
}

.mymaintop{
    background: #f5f5f5;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 20px;
    border:#d9d9d9 1px solid;
}
.mymaintop .Titlename{
    font-size: 26px;
    line-height: 36px;
    color: #000;
    margin-bottom: 4px;
}
.mymainpage-box{
    background: #fff;
    border:#d9d9d9 1px solid;
    padding: 0 0 0 0;
    margin-bottom: 20px;
}

.lblue{
    background: #f0f3f5;
}
.red{
    color:red;
}
.lblue{
    background: #f0f3f5;
}
.green{
    color: #4fb526;
}
.orange{
    color:#de851c;
}
.myblue{
    color: #67a9e2;
}
.cblue{
    background: #67a9e2 !important;
    color: #fff !important;
    border: #67a9e2 1px solid !important; 
}
.cdark{
    background: #424f63 !important;
    color: #fff !important;
    border: #424f63 1px solid !important; 
}
.corange{
    background: #f0a554 !important;
    color: #fff !important;
    border: #f0a554 1px solid !important; 
}
.clgreen{
    background: #b8cc8e !important;
    color: #fff !important;
    border: #b8cc8e 1px solid !important; 
}
.csblue{
    background: #4e97b9 !important;
    color: #fff !important;
    border: #4e97b9 1px solid !important; 
}
.cdgreen{
    background: #19b4a6 !important;
    color: #fff !important;
    border: #19b4a6 1px solid !important; 
}
.cred{
    background: #ea282d !important;
    color: #fff !important;
    border: #ea282d 1px solid !important; 
}


/*步骤*/
.step-box{
    margin: 20px 40px 40px 40px;
    width: calc(100% - 80px);
    overflow: hidden;
    height: 40px;
}
.step-box .stepitems{
    display: block;
    float: left;
    width: 33.3%;
    padding-right: 150px;
    text-align: center;
    background: url("/images/web/line.png") no-repeat right center;
    background-size: 140px 1px;
    color: #999;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.step-box .stepitems:last-child{
    background: none !important;
}
.step-box .stepitems.on{
    background: url("/images/web/line_on.png") no-repeat right center;
    color: #67a9e2;
}
.step-box .stepitems.on i{
    background-position: 0 0; 
}
.step-box .stepitems i{
    font-style:normal;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url("/images/web/circle.png") no-repeat top left;
    background-size: 80px 40px;
    background-position: -40px 0;
    margin-right: 10px;
    color: #fff;
}
.step-box .stepitems span{
    padding: 0 50px;
    position: relative;
    display: inline-block;
    position: relative;
    line-height: 40px;
    height: 40px;
}

/*步骤2*/
.astep-box{
    overflow: hidden;
    padding: 20px 0 0 0;
}
.astep-box .astepitems{
    width: 25%;
    text-align: center;
    position: relative;
    float: left;
}
.astep-box .astepitems .one{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.astep-box .astepitems .num{
    background: #ddd;
    color:#fff;
    text-align: center;
    line-height: 36px;
    height: 36px;
    width: 36px;
    margin: 10px auto 12px auto;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
.astep-box .astepitems .time{
    font-size: 12px;
    color: #999;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.astep-box .astepitems i{
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ddd;
    left: 0;
    top: 50%;
    margin-top: -2px;
    z-index: 2;
}
.astep-box .astepitems:first-child i{
    width: 50%;
    right: 0;
    left: auto;
}
.astep-box .astepitems:last-child i{
    width: 50%;
    left: 0;
}
.astep-box .astepitems.on .one{
    color:#2380d6;
}
.astep-box .astepitems.on .num{
    background: #2380d6;
}
.astep-box .astepitems.on i{
    background: #2380d6;
}

/*步骤3*/
.pay-steps-box{
    padding: 39px 0;
    width: 1200px;
    margin: 0 auto;
    border-bottom: #333 1px solid;
    text-align: center;
}
.pay-steps-box  .everysteps{
    display: inline-block;
    font-size: 16px;
    color: #666;
    padding: 0 54px;
    line-height: 36px;
    height: 36px;
    background: url("/images/web/cal_next.png") no-repeat right center;
    background-size: 20px 20px;
}
.pay-steps-box  .everysteps:last-child{
    background: none;
}
.pay-steps-box  .everysteps span{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #999999;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}
.pay-steps-box  .everysteps.on{
    color: #000;
}
.pay-steps-box  .everysteps.on span{
    background: #2380d6;
}





/*按钮区*/
.mybtnmod{
    text-align: center;
    font-size: 14px;
    margin-top: 60px;
}
.mybtnmod .btn-items{
    background: #fff;
    line-height: 36px;
    height: 36px;
    padding: 0 30px;
    display: inline-block;
    color: #444;
    border:#d5d5d5 1px solid;
    border-radius: 4px;
    margin:  0 20px;
}
.mybtnmod .btn-items.btn-bgdblue{
    background: #424f63;
    border:#424f63 1px solid;
    color:#fff;
}
.mybtnmod .btn-items.btn-bgblue{
    background: #2380d6;
    border:#2380d6 1px solid;
    color:#fff;
}
.mybtnmod .btn-items:hover{
    text-decoration: none;
    background: #2380d6;
    color: #fff;
    border: #2380d6 1px solid;
}


.mysecond-menu-box{
    width: 1200px;
    background: #fff;
    border-radius: 8px;
    -moz-box-shadow:0 8px 10px rgba(48,48,48,0.1);
    -webkit-box-shadow:0 8px 10px rgba(48,48,48,0.1);
    box-shadow:0 8px 10px rgba(48,48,48,0.1);
    margin: -45px auto 0 auto;
    z-index: 400;
    position: relative;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.mysecond-menu-box a{
    display: inline-block;
    font-size: 22px;
    color: #000000;
    margin: 0  40px;
}
.mysecond-menu-box a.on{
    color: #2380d6;
    font-size: 26px;
}


/*弹出框*/
.dialog_content .a-close{
    background: url("/images/web/close.png") no-repeat center center;
    background-size: 30px 30px;
    position: absolute;
    top: 12px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
}
.dialog_content .a-info{
    text-align: center;
}
.dialog_content .a-info .a1{
    font-size: 28px;
    color: #000;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.dialog_content .a-info .a2{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    margin-top: 30px;
}
.dialog_content .a-info .a2 span{
    padding-left: 50px;
}
.dialog_content .a-info .a2 span.right{
    background: url("/images/web/right.png") no-repeat left center;
    background-size: 40px 30px;
}
.dialog_content .a-info .a2 span.wrong{
    background: url("/images/web/wrong.png") no-repeat left center;
    background-size: 40px 30px;
}
.dialog_content .a-info .a3{
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.dialog_content .a-info .a3 a{
    display: inline-block;
    width: 140px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    background: #2380d6;
    color: #fff;
    border: #2380d6 1px solid;
    border-radius: 40px;
    margin: 0 8px;
}
.dialog_content .a-info .a3 a.btn{
    background: #2380d6;
    color: #fff;
}
.dialog_content .a-info .a3 a.btn1{
    background: #fff;
    color: #2380d6;
}
.dialog_content .dia-title{
    font-size: 28px;
    color: #000;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.dialog_content .b-info{

}
.dialog_content .pay-types{
    text-align: center;
    margin-top: 20px;
}
.dialog_content .pay-types label{
    display: inline-block;
    font-size: 18px;
    color: #000000;
    margin: 0 22px;
    line-height: 26px;
    height: 26px;
    padding-left: 24px;
    position: relative;
}
.dialog_content .pay-types input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 18px;
    color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.dialog_content .pay-types input[type=radio]:after {
    content: "";
    display:block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #999999;
    background-color: #fff;
    box-sizing:border-box;
}
.dialog_content .pay-types input[type=radio]:checked:after {
    background: url("/images/web/circle.png") no-repeat center center;
    background-size: 8px 8px;
}
.dialog_content .pay-list{ 
    margin: 20px auto;
}
.dialog_content .pay-list .item{ 
    overflow:hidden;
    position: relative;
    margin-bottom: 10px;
}
.dialog_content .pay-list .item .ipt_txt{ 
    padding:0 10px 0 10px; 
    line-height:44px; 
    height:44px; 
    background:#fff; 
    width: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    font-size:16px; 
    border:none;
    border: #d9d9d9 1px solid;
    border-radius: 4px;
}
.dialog_content .pay-list .item .area{
    box-shadow: none !important; 
    -webkit-appearance: none;
    padding: 10px 10px;
    height: 130px;
    line-height: 26px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size:16px !important; 
    margin: 0 0;
    display: block;
    color: #000;
    position: relative;
    border:#d9d9d9 1px solid;
    border-radius: 4px;
    width: 100%;
}
.dialog_content .btn-makesure{
    margin:0 auto;
    width: 320px;
}
.dialog_content .btn-makesure .btn-submit{ 
    width:100%; 
    padding:0 0; 
    line-height:46px; 
    height:46px; 
    border-radius:0;  
    background:#2380d6; 
    border:none;
    font-size:.3rem;
    color:#fff;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}

.dialog_content .contact-types{
    overflow: hidden;
    text-align: center;
    padding: 20px 10px;
}
.dialog_content .contact-types .t1{
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    color: #2380d6;
}
.dialog_content .contact-types .t1 .er{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.dialog_content .contact-types .t1 .qq{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.dialog_content .contact-types h1{
    font-size: 16px;
    color: #666;
}
.dialog_content .contact-types .items{
    margin-bottom: 10px;
}
.dialog_content .contact-types .items:last-child{
    margin-bottom: 0;
}


/*20190304新增*/
.dialog_content1{
    width:800px !important;
    max-height: 70%;
    overflow-y: scroll;
}
.dialog_content .dataup-list{
    margin-top: 30px;
}
.dialog_content .dataup-list li{
    margin: 10px 0 20px 0;
    overflow: hidden;
}
.dialog_content .dataup-list li .tpp{
    float: left;
    width: 180px;
    text-align: right;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 40px;
    height: 40px;
}
.dialog_content .dataup-list li .right{
    width: calc(100% - 190px);
    float: left;
    margin-left: 10px;
}
.dialog_content .dataup-list li .d-date{
    font-size: 16px;
    color: #333;
    line-height: 40px;
    height: 40px;
    text-decoration: underline;
    display: block;
}
.dialog_content .dataup-list .right .name{
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.dialog_content .dataup-list .right .txt{
    width: 400px;
    box-shadow: none !important; 
    -webkit-appearance: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:none; 
    font-size:16px !important; 
    margin: 0 0;
    border:#808080 1px solid;
    position: relative;
    float: left;
}
.dialog_content .dataup-list .area{
    background:#fff; 
    border:#808080 1px solid;
    width:400px; 
    line-height:20px; 
    height: 200px;
    box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    font-size:14px; 
    outline:none;
    border-radius: 4px;
    padding: 10px;
    font-family: "Microsoft YaHei";
}
.dialog_content .dataup-list .atten::before{
    content: "*";
    font-size: 16px;
    color: #e73636;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    margin-right: 4px;
}
.dialog_content .dataup-list .sel{
    width: 400px;
    box-shadow: none !important; 
    -webkit-appearance: none;
    padding: 0 30px 0 10px;
    background: url("/images/web/select.png") no-repeat calc(100% - 10px) center;
    background-size: 20px 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:none; 
    font-size:16px !important; 
    margin: 0 0;
    border:#808080 1px solid;
    position: relative;
}
.dialog_content .dataup-list .choose-menu-box{
    overflow: hidden;
}
.dialog_content .dataup-list .choose-menu-box dt{
    display: inline-block;
    font-size: 16px;
    color: #000000;
    margin: 0 22px 0 0;
    line-height: 40px;
    height: 40px;
    padding-left: 24px;
    position: relative;
}
.dialog_content .dataup-list .choose-menu-box input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 18px;
    color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.dialog_content .dataup-list .choose-menu-box input[type=radio]:after {
    content: "";
    display:block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #999999;
    background-color: #fff;
    box-sizing:border-box;
}
.dialog_content .dataup-list .choose-menu-box input[type=radio]:checked:after {
    background: url("/images/web/circle.png") no-repeat center center;
    background-size: 8px 8px;
}
.dialog_content .dataup-list .choose-menu-box input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 18px;
    color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.dialog_content .dataup-list .choose-menu-box input[type="checkbox"]::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
}
.dialog_content .dataup-list .choose-menu-box input[type="checkbox"]:checked::before{
    background: #000 url("/images/web/check_on1.png") no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    border: 1px solid #000;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.dialog_content .dataup-list .upload-filepic-box{
    overflow: hidden;
}
.dialog_content .dataup-list .upload-filepic-box dt{
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
}
.dialog_content .dataup-list .upload-filepic-box .dt1{
    width: 224px;
    height: 144px;
}
.dialog_content .dataup-list .upload-filepic-box .dt1 img{
    width: 224px;
    height: 144px;
    display: block;
}
.dialog_content .dataup-list .upload-filepic-box .dt2{
    width: 160px;
    height: 160px;
    float: left;
    margin: 0 10px 10px 0;
}
.dialog_content .dataup-list .upload-filepic-box .dt2 img{
    width: 160px;
    height: 160px;
    display: block;
}
.dialog_content .dataup-list .upload-filepic-box dt input[type="file"]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 10;
}
.dialog_content .dataup-btn{
    padding-bottom: 30px;
    text-align: center;
    margin-top: 40px;
}
.dialog_content .dataup-btn a{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background:#083967;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.dialog_content .dataup-btn .btn-save1{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
    font-size: 16px;
}

.dialog_content .inner_tiem { 
    margin:0 0 0 0; 
    padding:0 0 0 20px; 
    border-left:1px solid #ddd;
}
.dialog_content .inner_tiem .tiem { 
    margin:20px 0; 
    position:relative; 
    line-height:26px; 
    font-size: 16px;
}
.dialog_content .inner_tiem .tiem .title{
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
.dialog_content .inner_tiem .tiem .time{
    font-size: 14px;
    color: #999;
    line-height: 22px;
}
.dialog_content .inner_tiem .tiem:after { 
    content:""; 
    display:block; 
    background:#ccc; 
    width:10px; 
    height:10px; 
    position:absolute; 
    left:-25px; 
    top:10px; 
    border-radius:100%;
}
.dialog_content .inner_tiem .tiem:first-child { 
    color:#2380d6;
}
.dialog_content .inner_tiem .tiem:first-child:after { 
    background:#2380d6; 
}


/*20190314新增*/
/*支付*/
.dialog_content2{
    width:800px !important;
    -moz-box-shadow:0 0 8px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0 0 8px rgba(0,0,0,0.2); 
    box-shadow:0 0 8px rgba(0,0,0,0.2); 
}

.dialog_content .wechat-pay-box{
    overflow: hidden;
    width: 80%;
    margin: 60px auto 0 auto;
}
.dialog_content .wechat-pay-box .fl{
    float: left;
    width: 40%;  
    margin-top: 40px;
}
.dialog_content .wechat-pay-box .fl img{
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.dialog_content .wechat-pay-box .fl .pay_say{
    background: url("/images/web/er_pay2.png") no-repeat left center;
    background-size: 60px 60px;
    padding-left: 70px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    padding: 6px 0 6px 70px;
}
.dialog_content .wechat-pay-box .fr{
    float: right;
}
.dialog_content .wechat-pay-box .fr .pic{
    width: 200px;
    display: block;
}
.dialog_content .what-btn{
    text-align: center;
    margin-top: 50px;
}
.dialog_content .what-btn a{
    display: inline-block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border:#2380d6 1px solid;
    margin: 0 30px;
    border-radius: 4px;
    color: #2380d6;
}
.dialog_content .what-btn a.btn{
    background: #083967;
    color: #fff;
    border:#083967;
}
.dialog_content .pay-wrongtips-box{
    width: 50%;
    margin: 60px auto 0 auto;
}

.dialog_content .pay-wrongtips-box .wrongtips{
    font-size: 22px;
    color: #000;
    line-height: 46px;
    font-weight: bold;
    padding-left: 60px;
    background: url("/images/web/er_pay4.png") no-repeat left center;
    background-size: 46px 46px;
}
.dialog_content .pay-wrongtips-box .wrongtips1{
    font-size: 16px;
    color: #de851c;
    margin: 10px 0 0 60px;
}
.dialog_content .withdrawal-account{
    margin: 40px auto 40px auto;
    border:#333 2px solid;
    border-right: none;
    border-bottom: none;
}
.dialog_content .withdrawal-account .list { 
    font-size:16px; 
    color:#333;
    line-height: 24px;
}
.dialog_content .withdrawal-account .list .th { 
    line-height: 40px;
    background: #e5e5e5;
}
.dialog_content .withdrawal-account .list td { 
    padding:10px 15px; 
    border-bottom:2px solid #333;
    border-right: 2px solid #333;
    text-align: center;
}
.dialog_content .withdrawal-account .list th{ 
    padding:10px 15px; 
    border-bottom:2px solid #333;
    border-right: 2px solid #333;
}
.dialog_content .withdrawal-account .list .erpic{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}
.dialog_content .withdrawal-account .list input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 26px;
    color: #d8d8d8;
}
.dialog_content .withdrawal-account .list input[type=radio]:after {
    content: "";
    display:block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #999999;
    background-color: #fff;
    box-sizing:border-box;
}
.dialog_content .withdrawal-account .list input[type=radio]:checked:after {
    background: url("/images/web/circle.png") no-repeat center center;
    background-size: 12px 12px;
}









