﻿@charset "utf-8";

.main_content_bar::-webkit-scrollbar {
    -webkit-appearance: none;
}

.main_content_bar::-webkit-scrollbar:vertical {
    width: 15px;
}

.main_content_bar::-webkit-scrollbar:horizontal {
    height: 15px;
}

.main_content_bar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
    min-height: 30px;
    height: 60px;
}

.main_content_bar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #0078B8;
}



/***************Loding Style*************************/
#loading {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
    background: hsla(0, 0%, 0%, 0.12);
}

#sprites {
    width: 80px;
    height: 80px;
    background-image: url('');
    margin: 240px auto;
    z-index: 9999;
    position: relative;
}

#loading_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    background-color: #fff;
    z-index: 999;
    background: hsla(0, 0%, 0%, 0.12);
}

/***************End Loding Style*********************/

/* CSS Document */

html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 16px;
    font-weight: 600;
    background: url(bg.jpg) repeat-x;
}

h3 {
    margin: 0 0 10px 0;
}

.wrapper {
    width: 100%;
    margin: auto;
    max-width: 573px;
    background: #FFF;
    position: relative;
}

header {
    background: #0078B8;
    width: 100%;
}

.divLine {
    height: 5px;
    background: #DF953E;
}


.logo {
    display: inline-block;
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 20%;
}

.pageTitle {
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 18px;
    vertical-align: top;
    width: 55%;
    margin-top: 15px;
    text-align: center;
}

.plftxt {
    text-align: center;
    padding-top: 19px;
}

.content {
    /*min-height: 500px;*/
    padding: 5%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.content_txt {
    margin-top: 50px;
    font: bold 20px arial;
    text-align: left;
}

.txt_div {
    padding: 50px 0 0 0;
    text-align:center;
}

.child-header {
    padding: 5px 0 5px 8px;
    margin-top: 10px;
    background: #DF953E;
    color: #FFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
}

.forgot_pwd {

    padding-top: 140px;
    text-align: center;
}

.child-header.grey {
    background: #7cb6db;
}

.childList {
    max-height: 144px;
    min-height: 48px;
    border: 1px solid #CCC;
    overflow: auto;
}

.child {
    font-weight: bold;
}

.child:nth-child(odd) {
    background: #cfe3ea;
}

.child .name {
    float: left;
    line-height: 3rem;
    margin-left: 10px;
}

.child input {
    float: right;
    height: 16px;
    margin: 16px 16px 0 0;
    width: 16px;
    border: 0px;
}

hr {
    margin: 20px 0 20px 0;
}

.acceptBtn {
    margin-top: 40px;
    text-align: center;
}

.Success-box {
    margin: auto;
}

.tc-box {
    /*position: absolute;
    top: 60px;
    left: 0px;
    z-index: 100;*/
    margin-top: 60px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom:60px;
    clear:both;
    background-color: #dbf6ff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 18px -4px #000000;
    box-shadow: 0px 2px 18px -4px #000000;
    color: #000;
    border: 3px solid #FFFFFF;
    overflow: hidden;
}

.tc-box_s {
   margin-top: 10%;
}

.tc-box_dis {
    font-size: 20px;
    margin-top: 25px;
    display: block;
    text-align: center;
}

.tc-box_txt {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}

.line {
    height: 1px;
    background: #ccc;
    margin: 20px 0 20px 0;
}

/********************************Email Login ?式***********************************************/
#panMain {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding: 5%;
}
.inputBox {
    width: 100%;
}

input {
    background-color: #e2e2e2;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 2px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3%;
    margin-top: 3%;
    padding: 3px;
    /*width: 100%;*/
}

.bttnl {
    text-align: center;
    width: 50%;
}

.mt50 {
    margin-top: 50px;
}

.btn50 {
    float: left;
    text-align: center;
    width: 50%;
    padding-top: 10%;
}

.btn100 {
    text-align: center;
    width: 100%;
    padding-top: 1%;
}

.btn_orange {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #FFFFFF;
    border: none;
    height: 34px;
    line-height: 34px;
    background: #EBB652;
    background: linear-gradient(to bottom, #B37800 0%, #a16617 100%);
    /*background: -webkit-gradient(linear, left top, left bottom, from(#B37800), to(#a16617));*/
    text-shadow: 0 0 8px #F6921B, 0 0 7px #F6921B, 0 0 6px #F6921B, 0 0 5px #F6921B, 0 0 4px #F6921B, 0 0 3px #F6921B;
    box-shadow: 1px 3px 2px 0 rgba(0, 0, 0, 0.2);
    padding-left: 10%;
    padding-right: 10%;
}

.btn_orange.dual {
    width: 80%;
}

.btn_orange_m {
    margin-top: 150px;
}

.btn_orange:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#DF953E), to(#FADB6A));
    background: linear-gradient(to bottom, #DF953E 0%,#FADB6A 100%);
}

.btn_orange:disabled {
    background: #999;
    text-shadow: none;
}

.ll {
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 20%;
}

.reg_textAL {
    font-size: 1.40em;
    font-family: "Arial";
    margin: 5px 0 0 0;
    /*font-family:"Arial Black";
    margin:3em 0px 0px 100px;*/
}

.clear {
    clear: both;
}

.reg_line {
    background: #1395E0;
    height: 2px;
    margin: 7px 0 0 0;
}

.reg_infodiv {
    display: block;
    font-size: 0.9em;
    font-family: "Arial";
}

.reg_infodiv.top {
    margin-top: 16px;
}

.reg_loginFailInfo {
    display: block;
    font-size: 1.1em;
    font-family: "Arial";
    line-height: 1.5;
}

.reg_loginFailInfo_p {
    padding: 5% 0 5% 0;
}

.reg_loginFailInfo_txt {
    text-align: center;
    padding-top: 19px;
    margin-top: 200px;
}

.label {
    width: 250px;
    margin-top: 20px;
    display: block;
    float: left;
    font-size: larger
}

.iframeDiv {
    width: 100%;
    text-align: center;
}

.iframeDivDiv {
    width:255px;
    float: left;
}

.iframeDiv iframe {
    border-width: 0;
    margin-top: 10px;
    width: 255px;
    max-width: 255px;
    height: 95px;
    background: rgb(133, 133, 133);
}

.captcha-help {
    max-width: 249px;
    text-align: left;
    float: right;
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
    padding-left: 10px;
}



@media screen and (max-width: 640px) {
    .captcha-help {
        max-width: 500px;
    }
    .iframeDivDiv {
        width:100%;
        float: none;
    }
}



@media screen and (max-width: 480px) {
    .btn50 {
        float: none;
        text-align: center;
        width: 100%;
        padding-top: 5%;
    }

    .btn_orange {
        width: 80%;
    }
}

@media screen and (max-width: 240px) {
    .logo {
        display: none;
    }
    .ll {
        display:none;
    }
    .pageTitle {
        width: 100%;
        padding-bottom: 25px;
    }
}