/*-- reset --*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*-- start editing from here --*/

a {
    text-decoration: none;
}
.clear{
    clear:both;
    overflow: hidden;
}

.txt-rt {
    text-align: right;
}
/* text align right */

.txt-lt {
    text-align: left;
}
/* text align left */

.txt-center {
    text-align: center;
}
/* text align center */

.float-rt {
    float: right;
}
/* float right */

.float-lt {
    float: left;
}
/* float left */

.clear {
    clear: both;
}
/* clear float */

.pos-relative {
    position: relative;
}
/* Position Relative */

.pos-absolute {
    position: absolute;
}
/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}
/* vertical align top */

nav.vertical ul li {
    display: block;
}
/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */

img {
    max-width: 100%;
}
/*-- end reset --*/

body {
    font-family: Verdana;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    'Text Me One', sans-serif;
    background-size: cover;
    background-attachment: fixed;
    min-width: 1300px;
}
.login{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
/*-- main --*/

.main-w3layouts {
    padding: 3em 0 0;
}

.main-agileinfo {
    width: 22em;
    /* margin: 3.5em 60%; */
    
    background: #ffffff;
    /* background-size: cover; */
    
    position: absolute;
    z-index: 2;
    left: 60%;
    height: 27em;
    top: 12%;
    border-radius: 0.5em;
}

.agileits-top {
    padding: 0.5em 3em 3em;
}
/*
input[type="text"],
input[type="password"] {
    font-size: 1em;
    color:#9FA19C;
    font-weight: 100;
    margin: 3em 0 0;
    width: 93%;
    display: block;
    border: none;
    padding: 1.5em;
    border-bottom: solid 1px #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background-position: -800px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}
*/
.Word_navzOnep {
    font-size: 25px;
    font-weight: bold;
    color: rgba(37, 124, 225, 1);
}
.Word_navzOnep a{
    color: rgba(37, 124, 225, 1);
}
.logoText_bottomText{
    display: block;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: left;
}
.main-agileinfoTop {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(31, 119, 238, 1);
    font-size: 0.6em;
    border: 1px solid #1F77EE;
    display: inline;
    padding: 0.3em;
    float: right;
    margin-top: 1vh;
}

.main-agileinfoImg {
    float: right;
    cursor: pointer;
    margin-right: 0.8em;
    margin-top: 1vh;
}

#topOneImg {
    display: block;
}

#topTwoImg {
    display: block;
}

.mt-tabpage {
    width: 100%;
    height: 90%;
    margin-top: 10%;
}

.mt-tabpage-title {
    height: 44px;
    font-size: 0;
    background-color: #fff;
    width: 91%;
    margin: auto;
    background: #fff;
    margin-left: 5%;
    border-bottom: 1px solid #DBDBDB; 
}

.mt-tabpage-title .mt-tabpage-item {
    display: inline-block;
    width: 20%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #666;
    font-size: 0.9rem;
    font-weight: 550;
    margin-right: 2em;
}

.mt-tabpage-title .mt-tabpage-item:hover {
    color: #1F77EE;
    cursor: pointer;
}

.mt-tabpage-title .mt-tabpage-item-cur {
    color: #1F77EE;
    font-size: 1rem;
    border-bottom: 1px solid #1F77EE;
}

.mt-tabpage-count {
    position: relative;
    width: 340px;
    height: 80%;
    overflow: hidden;
    text-align: center;
}

.mt-tabpage-itemInp {
    width: 86%;
    height: 3.5vh;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 2px;
    margin-left: 5%;
    margin-top: 7%;
    padding-left: 2em;
}
.passRember{
    color:rgba(166,166,166,1);
    font-size:0.7rem;
    float:left;
    margin-left:7%;
    margin-top:0.8em;
    display:inline;
}
.passRember a{
    color:rgba(166,166,166,1);
    font-size:0.7rem;
    margin-top:0.8em;
}
.register{
    color:#1F77EE;
    font-size:0.7rem;
    float:right;
    margin-right:5%;
    margin-top:0.8em;
    display:inline;
}
.register a{
    color:#1F77EE;
    font-size:0.7rem;
}
.oneInp{
     background: url("../images/phoneIcon.png") no-repeat scroll;
      background-position: 2% 50%;
}
.twoInp{
    background: url("../images/passIcon.png") no-repeat scroll;
    background-position: 2% 50%;
}
.radioInp{
    font-size:0.7em;
    margin-left:5%;
    margin-top:2em;
}
.radioInp input[type='radio'],input[type='checkbox']{
	width: 20px;
	height: 20px;
	vertical-align:middle;
	opacity: 0;

}
.input_style{
	background: url(../images/green2.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
    margin-top:0.2em;
}
.radio_bg{
	background-position: -118px 0 ;
}
.checkbox_bg{
	background-position: 0 0;
}
.radio_bg_check{
	background-position: -166px 0 ;
    color:red;
}
.checkbox_bg_check{
	background-position: -48px 0;
}

.messageInp {
    width: 86%;
    height: 3.5vh;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 2px;
    margin-left: 5%;
    margin-top: 7%;
    padding-left: 2em;
}

.massOneInp{
     background: url(../images/phoneIcon.png) no-repeat scroll;
    background-position: 2% 50%;
}
.massTwoInp{
    background: url(../images/massicon.png) no-repeat scroll;
    background-position: 2% 50%;
    width:52%;
}

.massPhonesend1{
    font-size: 0.8em;
    color: #ffffff;
    display: inline;
    background: #CCCCCC;
    float: right;
    width: 30%;
    margin-right: 0em;
    text-align: center;
    height: 4vh;
    line-height: 4vh;
    margin-top: 7%;
}
.massPhonesend0{
    font-size: 0.8em;
    color: #ffffff;
    display: inline;
    background: #1F77EE;
    float: right;
    width: 29%;
    /* margin-right: 0.8em; */
    text-align: center;
    height: 4vh;
    line-height: 4vh;
    margin-top: 7%;
    padding: 0 0.25em 0 0.25em;
}
.error{
    position: absolute;
    top: 22%;
    right: 36%;
    color: red;
    font-size: 0.5em;
}

/* 二维码部分开始 */
.redtriangle{
    width: 0;
    height: 0;
    border-width: 34px;
    border-style: solid;
    background: #ffffff;
    border-color: transparent transparent transparent red;
    /* float: right; */
    transform: rotate(134deg);
    position: absolute;
    right: 7%;
    top: 1.8em;
    opacity: 0;
    z-index:99;
    
}
.codeHide{
    width:100%;
    height:100%;
    background: #ffffff;
    position: absolute;
    z-index:9999;
    display: none;
    border-radius: 0.5em;
}
.codehidetext{
    font-size:1em;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(31,119,238,1);
    margin-top: 10%;
    margin-left: 15%;
}
.codehidemiddle{
    width:70%;
    margin:0 auto;
    height:60%;
    /* border:1px solid red; */
    text-align: center;
    margin-top: 10%;
}
.codehidemiddle img{
    width:148px;
    height:148px;
}
.codehidemiddle p{
    font-size:0.7em;
    margin-top:0.5em;
    color:rgba(77,77,77,1);
}
.codehidelogo{
    
    margin-top:0.25em;
}
.codehideahref{
    margin-top:1em;
    display:flex;
    justify-content:center;
}
.codehidepass{
    font-size:0.7em;
    color:#999999!important;
    cursor: pointer;
    margin-top:0.2em;
}
.codehidepass a{
    font-size:0.7em;
    color:#999999;
    cursor: pointer;
}
/* 二维码部分结束 */










.mt-tabpage-cont__wrap {
    position: absolute;
}

.mt-tabpage-count .mt-tabpage-item {
    width: 340px;
    height: 80%;
    /*    line-height: 200px;*/
    
    text-align: left;
}

.text:focus,
.text:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
}

.text:focus::-webkit-input-placeholder,
.text:valid::-webkit-input-placeholder {
    color: #A6A6A6;
    font-size: .9em;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    visibility: visible !important;
}

.mt-tabpage-itemInp::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #A6A6A6;
}

.mt-tabpage-itemInp::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #A6A6A6;
}

.mt-tabpage-itemInp:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #A6A6A6;
}

.mt-tabpage-itemInp:-moz-placeholder {
    /* Firefox 18- */
    
    color: #A6A6A6;
}

.buttonInp {
    font-size: 1em;
    color: #fff;
    background: #CCCCCC;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0.8em;
    -webkit-appearance: none;
    width: 85%;
    /* margin: 0 auto; */
    text-align: center;
    margin-left: 10%;
    margin-top: 3em;
}
.buttonInpHigh{
    background: #1F77EE;
    color:#ffffff;
}
.massbuttonInp {
    font-size: 1em;
    color: #fff;
    background: #CCCCCC;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0.8em;
    -webkit-appearance: none;
    width: 85%;
    /* margin: 0 auto; */
    text-align: center;
    margin-left: 10%;
    margin-top: 3em;
}
.agileits-top p {
    font-size: 1em;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.agileits-top p a {
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.agileits-top p a:hover {
    color: #FFC107;
}

.wthree-text {
    margin-top: 3em;
}

.wthree-text ul li {
    display: inline-block;
    float: left;
}

.wthree-text ul li:nth-child(2) {
    float: right;
}

.wthree-text ul li a {
    font-size: 1em;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.wthree-text ul li a:hover {
    color: #FFC107;
}
/*-- //main --*/
/*-- checkbox --*/

.wthree-text label {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

input.checkbox {
    background: #4c2395;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
}

input.checkbox:before {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    background: inherit;
    cursor: pointer;
}

input.checkbox:after {
    content: "";
    transition: .4s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #FFC107;
}

input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #FFC107;
    border-top-color: transparent;
    border-right-color: transparent;
}

.anim input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: transparent;
    border-right-color: transparent;
    animation: .4s rippling .4s ease;
    animation-fill-mode: forwards;
}
/*-- //checkbox --*/
/*-- copyright --*/

.w3copyright-agile {
    margin: 2em 0 1em;
    text-align: center;
}

.w3copyright-agile p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}

.w3copyright-agile p a {
    color: #fff;
}

.w3copyright-agile p a:hover {
    color: #FFC107;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*nav*/

nav {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*    border-bottom:1px solid red;*/
}

nav .logoDiv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logoDivOneP {
    font-weight: bold;
    color: rgba(31, 119, 238, 1);
    font-size: 35px;
    cursor: pointer;
}

.logoDivTwoP {
    font-size: 1em;
    margin-left: 0.5em;
    margin-top: 0.1em;
    color: rgba(148, 148, 148, 1);
}

.navDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navDivImg {
    width: 19px;
	margin-top: -1px;
    margin-right: 0.5em;
}

nav .balckDiv {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 1em;
    color: rgba(51, 51, 51, 1);
}

nav a {
    color: #333333;
/*    font-weight: bold;*/
}
.returnIndex {
    color: rgb(137, 137, 137);
    font-size: 14px;
    margin-right: 10px;
}
.returnIndex:hover {
    color: #2A7DE2;
    font-weight: bold;
}
.wram {
    width: 100vw;
    height: 4vh;
    line-height: 4vh;
    background: #FFECB9;
    color: #D4B061;
    text-align: center;
}

.wram .wramA {
    color: #D4B061;
    font-size: 0.7em;
}

.wram .wramB {
    color: #000000;
    font-size: 0.9em;
}
/*-- main--*/

.wrapper {
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
    background: url('../images/bgBig.jpg')no-repeat;
    background-size: 100% 100%;
    padding: 0px!important;
}

.wrapperText {
    position: absolute;
    top: 1.7em;
    left: 20%;
    height: 7vh;
    line-height: 7vh;
    font-size: 3.5em;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0 #158af7, 2px 2px 0 #158af7, 3px 3px 0 #158af7, 4px 4px 0 #158af7, 5px 5px 0 #158af7, 6px 6px 0 #158af7;
    /*    -webkit-text-fill-color: white;*/
    
    -webkit-text-stroke: 1px #c6c0f3;
}

footer {
    width: 100vw;
    height: 16vh;
    text-align: center;
    /*    border:1px solid red;*/
}

.footOneP {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.7em;
    margin-top: 4em;
    color: #919191;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footTwoP {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.7em;
    margin-top: 1em;
    color: #919191;
}
/*-- responsive-design --*/

@media(max-width:1280px) {
    .main-agileinfo {
        left: 33%;
    }
    .registerMiddle {
        background: url(../images/registSmallbg.png)no-repeat;
        background-size: 100% 100%;}
}

@media(max-width:1080px) {
    .main-agileinfo {
        left: 15%;
        width: 44em;
    }
    
}

@media(max-width:900px) {
    .main-agileinfo {
        left: 14%;
        width: 35em;
    }
}

@media(max-width:736px) {
    .main-agileinfo {
        left: 18%;
        width: 25em;
    }
}

@media(max-width:667px) {
    .main-agileinfo {
        left: 15%;
        width: 25em;
    }
}

@media(max-width:600px) {
    .main-agileinfo {
        left: 12%;
        width: 25em;
    }
}

@media(max-width:568px) {
    .main-agileinfo {
        left: 10%;
        width: 25em;
    }
}

@media(max-width:414px) {
    .main-agileinfo {
        left: 4%;
        width: 24em;
    }
}

@media(max-width:384px) {
    .main-agileinfo {
        left: 3%;
        width: 22em;
    }
}

@media(max-width:320px) {
    .main-agileinfo {
        left: 3%;
        width: 19em;
    }
}
/*-- //responsive-design --*/