
/* è‡ªå®šä¹‰å­—ä½?*/

/*@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}*/
/* å®šä¹‰å…¨å±€é¢œè‰² */
:root {
    --color: #777;
    --darkblue: #123F44;
    --color888: #888;
    --color999: #999;
    --color444: #444;
    --dark: #000;
    --color555: #555;
    --alink: #428bca;
    --colorblue: #0088CC;
    --colorblue1: #3C8FD5;
    --zbg1: #EC531F;
    --zbg2: #00BDD5;
    --zbg3: #13B42B;
    --zbg4: #7863A0;
    --zbg5: #00B297;
}

html, body {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    min-width: 500px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    font-family: Arial, Helvetica,Tahoma, sans-serif;
}

/* Theme layout styles */

#fullPage, #brandingWrapper {
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.branding {
    height: 100%;
    width: 100%;
    /* margin-right:500px; */
    margin-left: 0px;
    background-color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.swiper-container .swiper-slide img {
    width: 100%;
}

#contentWrapper {
    position: relative;
    width: 500px;
    height: 100%;
    overflow: auto;
    background-color: #ffffff; /* for IE7 */
    /*    margin-left:-500px;*/
    margin-right: 0px;
}

#content {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -55px auto;
    padding: 0px 150px 0px 50px;
}


#footer {
    height: 40px;
    padding: 10px 50px 0px 50px;
    position: relative;
    color: #666666;
    font-size: 0.78em;
}

/* Common content styles */

.clear {
    clear: both;
}

.float {
    float: left;
}

.indent {
    margin-left: 16px;
}

.hidden {
    display: none;
}

.notHidden {
    display: inherit;
}

.error {
    color: #c85305;
}

a {
    color: #2672ec;
    text-decoration: none;
    background-color: transparent;
}

ul {
    list-style-type: disc;
}

ul, ol, dd {
    padding: 0 0 0 16px;
}

h1, h2, h3, h4, h5, label {
    margin-bottom: 8px;
}

.block {
    display: block;
}

.autoWidth {
    width: auto;
}


input {
    max-width: 100%;
    font-family: inherit;
    margin-bottom: 8px;
}

    input[type="radio"], input[type="checkbox"] {
        vertical-align: middle;
        margin-bottom: 0px;
    }

    span.submit, input[type="submit"] {
        border: none;
        background-color: rgb(38, 114, 236);
        min-width: 80px;
        width: auto;
        height: 30px;
        padding: 4px 20px 6px 20px;
        border-style: solid;
        border-width: 1px;
        transition: background 0s;
        color: rgb(255, 255, 255);
        cursor: pointer;
        margin-bottom: 8px;
        -ms-user-select: none;
        -moz-transition: background 0s;
        -webkit-transition: background 0s;
        -o-transition: background 0s;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        input[type="submit"]:hover, span.submit:hover {
            background: rgb(212, 227, 251);
        }

    input.text {
        height: 28px;
        padding: 0px 3px 0px 3px;
        border: solid 1px #BABABA;
        font-size: 1.0em;
    }

        input.text:focus {
            border: 1px solid #6B6B6B;
        }
/* ç™»å½• */
.login input {
    width: 100%;
}

.vd_input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

    .vd_input-wrapper .menu-icon {
        width: 22px;
        text-align: center;
        display: inline-block;
        margin-left: 8px;
        margin-right: 0;
        color: #B5B5B5;
        position: absolute;
        top: 9px;
    }

    .vd_input-wrapper input {
        padding-left: 38px;
    }

.oas-login .vd_input-wrapper input {
    padding-left: 38px !important;
}

.with-line {
    font-size: 13px;
    color: var(--color999);
    margin: 20px auto 20px auto;
    position: relative;
    text-align: center
}

/*.with-line:before {
    content: "";
    border-top: 1px solid #ededed;
    display: block;
    position: absolute;
    width: 10%;
    top: 6px;
    left: 12%;
}

.with-line:after {
    content: "";
    border-top: 1px solid #ededed;
    display: block;
    position: absolute;
    width: 10%;
    top: 6px;
    right: 12%;
}*/


/* æ–°çš„login */

.MyvecidLoginStyle p {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-bottom: 0;
}

    .MyvecidLoginStyle p span {
        display: block;       
        color: #333;
    }

    .MyvecidLoginStyle p em {
        display: block;
        font-style: normal;
        font-size: 12px;
        color: #666;
    }

.newSociallogin {
    text-align: center;
}

    .newSociallogin a {
        display: inline-block;
        padding: 5px 16px;
        border-radius: 8px;
        text-align: center;
        transition: all .2s ease-in-out;
        /*color: #fff;*/
        font-size: 14px;
        background: rgb(116,206,216);
        background: #F8FAFF;
        box-shadow: 0 6px 7px rgba(0,0,0,.5);
        margin: 0 auto;
        display: flex;
        align-items: center;
        color: inherit;
        width: 180px;
    }

        .newSociallogin a:hover {
            box-shadow: none;
            text-decoration: none;
        }

        .newSociallogin a p {
            display: flex;
            flex-direction: column;
            margin-left: 10px;
            margin-bottom: 0;
        }

            .newSociallogin a p span {
                display: block;                
                color: #333;
                font-weight:600;
            }

            .newSociallogin a p em {
                display: block;
                font-style: normal;
                font-size: 12px;
                color: #666;
            }

        .newSociallogin a:visited, .oas-login .newSociallogin a:focus {
            text-decoration: none;
        }

       /* loginÒ³ÃæÐÂ²¼¾Ö*/
.newLogin {
   
}

    .newLogin a {
        display: inline-block;
        padding: 10px 16px;
        border-radius: 8px;
        text-align: center;
        transition: all .2s ease-in-out;       
        font-size: 16px;
        background: rgb(116,206,216);
        background: #F8FAFF;
        box-shadow: 0 2px 5px rgba(0,0,0,.2);       
        display: flex;
        align-items: center;
        color: inherit;                
    }
    .newLogin a img{
        width:34px;
    }
    .newLogin a:hover {
        box-shadow: none;
        text-decoration: none;
    }

        .newLogin a p {
            flex: 1;          
            margin-bottom: 0;
        }

            .newLogin a p span {
                display: block;            
                font-weight: 600;
                line-height:normal;
            }

            .newLogin a p em {
                display: block;
                font-style: normal;
                font-size: 12px;
                color: #666;
            }

        .newLogin a:visited, .oas-login .newLogin a:focus {
            text-decoration: none;
        }
    .newLogin .forgetPw {
        background: none;
        box-shadow: none;
        text-align: center;
        color: #0000FF;
        justify-content:center;
        transition:all .2s ease-in-out;
        padding:0;
    }
        .newLogin .forgetPw:hover{
            text-decoration:underline;
        }
        .loginBgOrange .orangeBtn {
            background-color: #EFA744;
            color: #fff;
        }
.loginBgCyan .CyanBtn {
    background-color: #2DA274;
    color: #fff;
}
.loginBgOrange .loginContent {
    display: none;
    padding: 15px;
}
.loginContentBox {
    background-color: #F4C98B;
    border-radius: 8px;
}
.loginContentBox .loginContent{
    display:block;
    padding:15px;    
}
    .loginContentBox .orangeBtn {
        background-color: #F4C98B;
        box-shadow:none;
        color:#333;
        margin-bottom:0 !important;
    }
    .loginContentBox .orangeBtnLogin {
        background-color: #EFA744;
        color: #fff;
        text-align:center;
        min-height:50px;
        justify-content:center;
        font-weight:600;
    }

    /*cyan style*/
.loginBgCyan .loginContent {
    display: none;
    padding: 15px;
}
.loginContentBoxCyan {
    background-color: #7DD7B3;
    border-radius: 8px;
}

    .loginContentBoxCyan .loginContent {
        display: block;
        padding: 15px;
    }
    .loginContentBoxCyan .CyanBtn {
        background-color: #7DD7B3;
        box-shadow: none;
        color: #333;
        margin-bottom: 0 !important;
    }
    .loginContentBoxCyan .loginGray {
        background: #ccc;
        justify-content: center;
        min-height: 50px;
        font-weight: 600;
    }
    .loginContentBoxCyan .loginGrayCode {
        background: #ccc;
        justify-content: center;
        font-size:14px;
        font-weight:600;
    }
.oas-login {
    margin: 0 auto;
    background-color: #fff;
}

    .oas-login > div:first-of-type {
        padding: 40px;
    }

    .oas-login > div:nth-of-type(2) img {
        display: block;
    }

    .oas-login .sociallogin {
        text-align: center;
    }

        .oas-login .sociallogin a {
            display: inline-block;
            padding: 8px 16px;
            border-radius: 8px;
            text-align: center;
            transition: all .2s ease-in-out;
            /*color: #fff;*/
            font-size: 14px;
            background: rgb(116,206,216);
            background: #F8FAFF;
            box-shadow: 0 6px 7px rgba(0,0,0,.5);
            margin: 0 auto;
        }

            .oas-login .sociallogin a:hover {
                box-shadow: none;
                text-decoration: none;
            }

            .oas-login .sociallogin a img {
                /*width: 28px;
    position: absolute;
    left: 28px;*/
                width: 36px;
                margin-right: 8px;
            }

            .oas-login .sociallogin a span {
                font-weight: 600;
                /*line-height: 29px;*/
            }

    .oas-login .form-control {
        width: 100%;
    }

    .oas-login .logintop {
        text-align: center;
    }

        .oas-login .logintop h3 {
            margin-bottom: 40px;
        }

        .oas-login .logintop p {
            font-size: 16px;
            color: var(--darkblue);
        }

    .oas-login .btn-primary {
        padding: 9px 12px;
    }


.field-validation-error {
    color: red;
}

.bg-primary {
    color: #fff;
    background-color: #428bca !important;
}

a.bg-primary:hover {
    background-color: #3071a9 !important;
}
.mb-15{
    margin-bottom:20px;
}
.mb-0{
    margin-bottom:0;
}
.imgShadow {
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.versionCss p{
    color:#606060;
    text-align:center;
    font-size:16px;
    margin-top:30%;
}
.loginCodeactive {
    background: #2DA274 !important;
    color: #fff !important;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.form-group {
    margin-bottom: 15px;
}