﻿@charset "utf-8";
@import "register/font_2230285_k3ya7260xdd/font.css";
body {
    color: #333;
}
a,button,input{outline:none}
.head-left {
    padding-left: 20px;
    border-left: 6px solid #75cc26;
    color: #206098;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 3px;
}

.from-con {
    border: 1px solid #eee;
    padding-bottom: 20px;
}

.map-h {
    height: 40px;
    border: 1px solid #eee;
    margin-top: 10px;
}

    .map-h .title {
        color: #206098;
    }

    .map-h a {
        color: #444;
    }

        .map-h a:hover, .map-h a:active {
            color: #5582ea;
        }

    .map-h > span {
        float: left;
        display: block;
        width: 110px;
        text-align: right;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }

    .map-h ul li {
        float: left;
        height: 40px;
        line-height: 40px;
    }

.fm-item {
    overflow: hidden;
    line-height: 40px;
}

    .fm-item dt, .fm-item dd {
        float: left;
    }

    .fm-item dt {
        width: 220px;
        text-align: right;
        padding-right: 20px;
        color: #444;
    }

    .fm-item input.txt_input {
        width: 500px;
        height: 36px;
        border: 1px solid #cad2db;
        padding: 0 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        line-height: 36px;
        font-size: 14px;
        color: #717171;
        font-family: Arial;
    }

    .fm-item input.txt_input2 {
        margin-bottom: 20px;
    }

    .fm-item input.txt_input:focus {
        transition: border linear .2s,box-shadow linear .2s;
        -moz-transition: border linear .2s,-moz-box-shadow linear .2s;
        -webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
        outline: none;
        border-color: rgba(82,168,236,0.8);
        /*border: 1px solid #6192c8;*/
        box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(102,175,233,0.6);
    }

    .fm-item .select {
        /*background: transparent;*/
        color: #666;
        width: 160px;
        padding: 5px 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 36px;
        -webkit-appearance: none; /*for chrome*/
    }

    .fm-item .dd-ztjs span.Validform_wrong {
        display: block;
        width: 120px;
        float: right;
        margin-top: 12px;
    }

    .fm-item .dd-ztjs .ztjs {
        width: 570px;
        margin-top: 10px;
        border: 1px solid #a8c4ec;
        line-height: 40px;
        float: left;
    }

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

label {
    display: inline-block;
    cursor: pointer;
    line-height: 22px;
}

    label input[type="checkbox"] + span, label input[type="radio"] + span {
        padding-left: 25px;
        display: inline-block;
        background: url(../img/register/checkbox_01.gif) no-repeat;
        background-position: 0 0;
    }

    label input[type="checkbox"]:checked + span, label input[type="radio"]:checked + span {
        background-position: 0 -21px;
    }

    label.ty input[type="checkbox"] + span, label.ty input[type="radio"] + span {
        background: url(../img/register/blue.png) no-repeat;
        background-position: 0 3px;
    }

    label.ty input[type="checkbox"]:checked + span, label.ty input[type="radio"]:checked + span {
        background-position: 0 -48px;
    }

    label.ty input[type="checkbox"]:checked:hover + span, label.ty input[type="radio"]:checked:hover + span {
        background-position: 0 -48px;
    }

    label.ty input[type="checkbox"]:hover + span, label.ty input[type="radio"]:hover + span {
        background-position: 0 -23px;
    }

.btn {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    vertical-align: middle;
    -moz-padding-start: npx;
    -moz-padding-end: npx;
    border: solid 1px #3c74b3;
    color: #fff;
    background-color: #5a98de;
    width: auto;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    border-radius: 5px;
    padding: 8px 15px;
}
    .btn:disabled {
        border-color: #aaa;
        background-color: #eee;
        color: #999;
    }

.red {
    color: red;
}

.error {
    margin-left: 10px;
}

.error-all {
    display: none;
    width: 520px;
    line-height: 30px;
    text-align: left;
    background-color: #ffedde;
    padding: 0 5px;
    font-size: 13px;
}

.error-all-show {
    display: block;
}


.Validform_checktip {
    font-size: 13px;
    display: inline-block;
    width: 180px;
    height: auto;
}

.Validform_wrong {
    white-space: pre-wrap;
}

.Validform_ResetPwd {
    display: block;
    margin-top: 12px;
    color: #8c8c8c;
    width: 300px;
}

.Validform_ResetPwd_Err {
    display: block;
    margin-top: 12px;
    color: #FF5243;
    width: 300px;
}

.Validform_SmsCode {
    margin-top: 12px;
    width: 400px;
}

.Validform_SmsCode_Err {
    margin-top: 12px;
    width: 400px;
}

#vierfyCodeImg {
    vertical-align: middle;
}

.zt-xyzc {
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.fm-item input.t_w_300 {
    width: 300px;
}

.fm-item input.t_w_400 {
    width: 400px;
}

.fm-tip {
    display: block;
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

    .fm-tip .fm-tip-pwd {
        color: #000;
        display: inline-block;
        width: 50px;
        text-align: center;
        border-top: 4px solid #999;
        margin-left: 10px;
    }

    .fm-tip .enoug {
        border-top-color: #f94717;
    }

    .fm-tip .medium {
        border-top-color: #f3aa05;
    }

    .fm-tip .strong {
        border-top-color: #17e027;
    }

.bt_smscode:disabled {
    color: #fff;
}

.txt_bt {
    position: absolute;
    right: 0;
    float: right;
    top: 2px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: 0;
    border-radius: 0px 5px 5px 0px;
}

.txt_bt_dis {
    background-color: #eee;
    border: solid 1px #cad2db;
    color: #aaa;
}

    .txt_bt_dis:hover, .txt_bt_dis:active {
        background-color: #eee;
    }

.bg-greed {
    background-color: #75cc26;
}

    .bg-greed:hover, .bg-greed:active {
        background-color: #75cc26;
    }

.w130 {
    width: 130px;
}

.w80 {
    width: 80px;
}

input[type=text]:disabled {
    background-color: #eee;
}

.vierfy--mobile-code{overflow: visible; display: inline-block;}
.vierfy-code{display:none;position:absolute;top:50px;left:0; z-index:999; border:1px solid #ccc;background-color:#fff;width: 410px;box-shadow: 0 1px 1px #ddd;}
.vierfy-code .vierfy-msg{display: none; font-size: 13px; color: #ef3d13; line-height: 30px; padding-left: 10px;}

.con-ca-renewal{display:none;letter-spacing: 1px; padding:5px 10px; line-height:22px;}
.con-ca-renewal strong.con-ca-username{color: #f34107;}


.infos {
    color: red;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-cui-newhelp {
    position: relative;
    font-size: 22px;
    top: 3px;
    color: #ff983d;
}
