
.log_card_bg{
    background: url("../img/log_bg.jpg") center no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 30px;
}
.log_card{
    position: relative;
    width: 960px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px;
    margin: 0 auto 60px auto;
}
.log_card_left{
    float: left;
    width: 600px;
    padding-right: 40px;
    border-right: 1px solid rgba(55, 69, 103, 0.1);
}
.log_card_tit{
    position: relative;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 13px;
}
.log_card_tit a{
    float: right;
    font-size: 14px;
    font-weight: normal;
}
.log_card_tit:before{
    content: '';
    display: block;
    width: 3px;
    height: 22px;
    background-color: #3860f4;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
}
.log_card_form li{
    position: relative;
    margin-bottom: 20px;
}
.log_card_form li b{
    display: inline-block;
    width: 100px;
    line-height: 32px;
}
.log_card_form li input{
    height: 32px;
/*    !*width: calc(100% - 110px);*!*/
/*    !*background-color: #ffffff;*!*/
/*    !*box-shadow: inset 1px 2px 4px 0px*!*/
/*    !*rgba(34, 24, 21, 0.2);*!*/
/*    border-radius: 2px;*/
/*    !*border: solid 1px #adb7cf;*!*/
/*    !*padding: 0 12px;*!*/
}
.log_card_form li button{
    /*margin-top: 10px;*/
    /*width: calc(100% - 110px);*/
    height: 56px;
    /*background-image: linear-gradient(90deg,*/
    /*#5f87f8 0%,*/
    /*#3860f4 100%);*/
    /*box-shadow: 0px 2px 4px 0px*/
    /*#4d75f6,*/
    /*inset 0px -2px 4px 0px*/
    /*rgba(34, 24, 21, 0.2);*/
    /*border-radius: 2px;*/
    /*cursor: pointer;*/
    /*font-size: 18px;*/
    /*color: #ffffff;*/
}
.log_card_btm{
    margin-top: 20px;
    padding-left: 110px;
}
.log_card_btm a{
    color: #3860f4;
    font-size: 14px;
}
.log_card_btm_l{
    float: left;
}
.log_card_btm_r{
    float: right;
}
.log_card_right{
    float: left;
    padding-left: 40px;
}
.log_card_right_ewm{
    padding: 5px;
    border: 1px solid #e6e8f3;
    margin-top: 20px;
}
.log_card_right_ewm img{
    height: 160px;
    width: 160px;
}
.log_card_right_ewm a{
    text-align: center;
}
.log_card_right_sx{
    display: block;
    text-align: center;
    width: 170px;
    margin-top: 20px;
    font-size: 14px;
}
.agree_check{
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #e6e8f3;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.agree_check.checked{
    background: #3860f4;
    border-color: #3860f4;
}
.agree_check.checked:before{
    content: '\2713';
    text-align: center;
    line-height: 20px;
    margin-left: 3px;
    color: #ffffff;
}
.agree_p{
    display: inline-block;
    cursor: pointer;
}
.agree_p a{
    color: #3860f4;
}
.hq_ewm{
    position: absolute;
    right: 20px;
    top: 16px;
    color: #3860f4;
    font-size: 14px;
}
.log_card_tit_t2{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 40px;
}
.log_card_tit_t2>span{
    color: #3860f4;
}
.log_card_fl{
    display: block;
    margin-bottom: 15px;
}
.log_card_fl span{
    color: #3860f4;
    font-weight: bold;
}
.log_card_fl img{
    vertical-align: middle;
    margin-right: 10px;
}
.reg_card_bg:before{
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/gift1.png");
    height: 199px;
    width: 493px;
    right: -80px;
    bottom: 0;
    z-index: 1;
}
.mask{
    display: none;
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}
/* .modal{ */
/*     width: 600px; */
/*     background-color: #ffffff; */
/*     border-radius: 10px; */
/*     padding: 30px 40px; */
/*     position: fixed; */
/*     left: 50%; */
/*     top: 60%; */
/*     transform: translate(-50%,-50%); */
/*     z-index: -1; */
/*     opacity: 0; */
/*     transition: .25s; */
/* } */
/* .modal_show{ */
/*     opacity: 1; */
/*     top: 50%; */
/*     z-index: 1001; */
/* } */
/* .modal_close{ */
/*     position: absolute; */
/*     top: 20px; */
/*     right: 20px; */
/* } */
.xy_t{
    text-align: center;
}
.xy_ic{
    height: 60px;
    width: 60px;
    background: #3860f4;
    border-radius: 30px;
    margin: 0 auto 20px auto;
    text-align: center;
    line-height: 60px;
}
.xy_t i{
    font-size: 28px;
    color: #ffffff;
}
.xy_t>h3{
    font-size: 28px;
    color: #303753;
    margin-bottom: 14px;
}
.xy_t>p{
    font-size: 12px;
    color: #767e91;
    margin-bottom: 30px;
}
.xy_p{
    font-size: 16px;
    line-height: 30px;
    color: #767e91;
    margin-bottom: 20px;
}
.xy_link{
    border-top: 1px solid #ecebf6;
    padding-top: 20px;
    margin-bottom: 20px;
}
.xy_link>a{
    color: #3860f4;
    font-size: 13px;
    margin-right: 10px;
}
.xy_btn{
    text-align: center;
}
.xy_btn>a:nth-child(1){
    display: block;
    width: 200px;
    line-height: 40px;
    background-color: #3860f4;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 10px auto;
}
.xy_btn>a:nth-child(2){
    display: inline-block;
    font-size: 12px;
    color: #b3b9c7;
}