﻿@charset "utf-8";
/* CSS Document */
.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.clearfix {
    *zoom: 1;
}

.reg > h2 {
    width: 1000px;
    margin: 20px 100px 50px 100px;
    ;
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    text-align: left;
    font-weight: 500;
    letter-spacing: 5px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .reg > h2:after {
        content: "";
        width: 44px;
        height: 4px;
        background: #1b5bbf;
        position: absolute;
        left: 0px;
        top: 38px;
    }

.reg-box {
    width: 100%;
   
    justify-content: center;
    padding-bottom: 80px;
}

    .reg-box input[type="text"], .reg-box input[type="password"] {
        width: 500px;
        height: 40px;
        border: 1px solid #ccc;
        font-size: 16px;
        color: #333;
        text-indent: 15px;
        border-radius: 2px;
    }

    .reg-box #msg {
        display: block;
        width: 50px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        background: #1F41E1;
        border: none;
        border-radius: 2px;
        margin: 30px 0px 80px 250px;
        ;
    }

        .reg-box #msg:hover {
            background: #445FFF;
        }

    .reg-box #submit {
        display: block;
        width: 200px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        background: #1F41E1;
        border: none;
        border-radius: 2px;
        margin: 30px 0px 80px 250px;
        ;
    }

        .reg-box #submit:hover {
            cursor: pointer;
            background: #445FFF;
        }

    .reg-box input:focus, select:focus {
        outline: none;
        border: 1px solid #1b5bbf !important;
    }

    .reg-box .dls {
        min-height: 60px;
        width: 700px;
        float: left;
        margin-left: 250px;
    }

        .reg-box .dls .dts {
            position: relative;
            margin: 20px;
            color: #8c8c8c;
            float: left;
        }

        .reg-box .dls .dds {
            font-size: 16px;
            width: 128px;
            float: left;
            line-height: 80px;
            text-align: right;
        }

        .reg-box .dls .dts .select {
            display: inline-block;
            
            margin-top: 0px;
            width: 165px;
            height: 40px;
            border: 1px solid #ccc;
            font-size: 16px;
            color: #333;
            text-indent: 15px;
            border-radius: 2px;
        }

        .reg-box .dls .dts span {
            width: 200px;
            position: absolute;
            top: 13px;
            left: 510px;
            z-index: 99;
            color: #666;
            font-size: 14px;
            color: #F36708;
        }

select {
    color: #333 !important;
}

label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #828282;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #828282;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #828282;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #828282;
}

label {
    float: left;
    line-height: 20px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-right: 30px;
    margin-top: 10px;
    color: #333 !important;
}


.reg-box[type="radio"] {
}


.btn_login {
    width: 100%;
    height: 40px;
    text-align: center;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.zcm {
    width: 100px;
    height: 38px;
    position: absolute;
    right: 2px;
    top: 2px;
    color: #fff;
    background: #fd8960;
    line-height: 38px;
    text-align: center;
}

    .zcm:hover {
        cursor: pointer;
    }

.login-bg {
    height: 550px;
    background: url("../../images/worldtrade/login-bg.png") no-repeat center 0px #f6f8ff;
    width: 1200px;
    margin: 30px auto 0px auto;
}

.login-box {
    width: 300px;
    height: 300px;
    padding: 10px;
    margin: 50px auto;
}

    .login-box h3 {
        width: 100%;
        height: 150px;
        line-height: 150px;
        text-align: center;
        letter-spacing: 5px;
        color: #0723b5;
        font-size: 30px;
        font-weight: 500;
    }

    .login-box ul li {
        width: 100%;
        height: 50px;
    }

        .login-box ul li input {
            width: 300px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            color: #565656;
            text-indent: 50px;
            border: none;
            border-radius: 20px;
        }

        .login-box ul li:nth-child(1) input {
            background: url("../../images/worldtrade/YHM.png") no-repeat 15px 8px #fff;
        }

        .login-box ul li:nth-child(2) input[type="password"] {
            background: url("../../images/worldtrade/MIMA.png") no-repeat 15px 8px #fff;
        }

        .login-box ul li:nth-child(3) input {
            background: url("../../images/worldtrade/YZM.png") no-repeat 15px 8px #fff;
        }

        .login-box ul li:nth-child(4) input {
            width: 140px;
            background: #455fe7;
            color: #fff;
            text-align: center;
            text-indent: 10px;
            letter-spacing: 10px;
            margin-top: 20px;
            cursor: pointer;
        }

            .login-box ul li:nth-child(4) input:hover {
                background: #6178F3;
            }

        .login-box ul li:nth-child(5) input {
            background: #455fe7;
            color: #fff;
            text-align: center;
            text-indent: 0px;
            letter-spacing: 10px;
            margin-top: 20px;
            cursor: pointer;
        }

        .login-box ul li input:focus {
            outline: none;
            border: 1px solid #1b5bbf !important;
        }

.yzm-img {
    width: 90px;
    height: 40px;
    float: right;
}

    .yzm-img img {
        width: 90px;
        height: 40px;
    }
