html{
    height: 100%;
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    font-size: 14px;
}

.logopanel h1{
    font-size: 40px;
}
.signin-info h3{
    font-size: 24px;
}

.login-box{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100vw;
    height: 100vh;
    background-image: url('../img/login/bg-op.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position:center bottom;
    /*font-family: PingFang SC;*/
}
.signinpanel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw !important;
    height: 100vh !important;
    
    /* top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%); */
}
.btn-login{
    border: 1px solid #00a3ff;
    background-color: #00A3FF;
    color: #fff;
    border-radius: 2px;
}
.btn-login:hover{
    color: #fff;
    background-color: #0097ee;
    border: 1px solid #0097ee;
}
.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-size: 20px;

}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.signinpanel .btn {
    margin-top: 15px;
}

.signinpanel form {

    color:#666;
}
.signinpanel form >h3{
    color: #333333;
    font-size: 24px;
    font-family: "microsoft yahei";
    font-weight: 400;
}
.signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 27.5%;}
.outside-login{
    border-top: #dcdee3 1px solid;
    padding: 7% 0 0;
    text-align: center;
    position: relative;
    margin: 9% 0% 0;
    border-radius: 0 0 1% 1%;
}
.outside-login-tit{
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -50px;
    text-align: center;
    width: 100px;
    height: 14px;
    line-height: 1;
    color: #999;
}
.outside-login-tit span{
    position: relative;
    z-index: 2;
}
.outside-login-tit:before {
    top: 0;
    left: 0;
    background-color: #fff;
}
.outside-login-tit:after {
    top: 7px;
    left: 0;
    background-color: #fff;
}
.outside-login-tit:after, .outside-login-tit:before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    z-index: 1;
}
.outside-login-con {
    font-size: 0;
    padding-top: 10px;
}
.outside-login-list {
    width: 116%;
    margin-left: -8%;
}
.outside-login-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 33.3333%;
}
.outside-login-list .actived {
    display: inline-block;
}
.outside-login-btn em {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto 5px;
    white-space: normal;
    font-size: 20px;
    color: #fff;
}
.outside-login-btn:first-child, .outside-login-btn:last-child {
    width: 30.3333%;
}
.outside-login-btn span {
    font-size: 14px;
    color: #333;
}
.oschina em{
    background-color: #4ec34d;
}
.git em{
    background-color: #211b1b;
}
.my em{
    background-color: #ff4700
}
@media screen and (max-width: 768px) {
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 21.5104vw !important;
        padding: 20px;
    }
    .signinpanel form {
        margin-top: 20px;
    }
    .signup-footer {
        margin-bottom: 10px;
    }
    .signuppanel .form-control {
        margin-bottom: 10px;
    }
    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }
    .signinpanel .signin-info ul {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        margin:0 20px;
        width:auto;
    }
}


.signin{
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/login/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position:center bottom;
}
.title{
    font-size: 1.5625vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3vh;
    text-align: center;
    border-radius: 8px;
}

#registerBtn{
    display: flex;
    justify-content: space-between;
}
.regist-btns{
    color: #fff;
    text-decoration:underline;
    font-size: 1.1458vw;
    font-weight: bold;
}
#login{
    font-size: 1.3542vw;
    font-weight: bold;
}
.btn{
    padding: 0.1563vw;
}
.btn-block{
    width: 16.1458vw;
    height: 2.3958vw;
    margin: 0 auto;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#8F9192;
	font-size: 0.9375vw;
    opacity: 0.71;
    font-weight: bold;
}

input:-moz-placeholder,textarea:-moz-placeholder{
	color:#8F9192;
	font-size: 0.9375vw;
    opacity: 0.71;
    font-weight: bold;
}

input::-moz-placeholder,textarea::-moz-placeholder{
	color:#8F9192;
	font-size: 0.9375vw;
    opacity: 0.71;
    font-weight: bold;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
	color:#8F9192;
	font-size: 0.9375vw;
    opacity: 0.71;
    font-weight: bold;
}

.layui-input, .layui-select, .layui-textarea{
    height: 2.5521vw !important;
    width: 22.0833vw !important;
}

#companyType,
#companyType > option{
    /* color:#8F9192; */
	  font-size: 0.9375vw;
    font-weight: bold;
    color: rgba(143,145,146,0.71);
    /* background-color: #fff;
    opacity: 0.71; */
}


#map-popup{
    width: 27.7604vw;
    height: 15.625vw;
    background-color: #fff;
    padding: 20px;
    border-radius: 22px;
}

#map-popup .title{
    color: #4B4B4B;
    font-size: 1.25vw;
}
.content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.x-font-1{
    color: #4B4B4B;
    font-size: 0.8333vw;
    margin-top: 2px;
}

.x-font-3{
    color: #4B4B4B;
    font-size: 1.5625vw;
    font-weight: bold;
}
.x-font-4{
    color: #4B4B4B;
    font-size: 0.9375vw;
    font-weight: 400;
    margin-top: 5px;
    text-align: center;
}
.x-font-2{
    color: #F99123;
    font-size: 0.8333vw;
    font-weight: 700;
}
.x-content{
    margin-top: 10px;
}
a:hover{
    color: #fff !important;
    text-decoration: underline !important;
}
.form-control, 
.single-line{
    font-size: 0.9375vw;
}


.mySkin{
    border-radius: 23px !important;
    padding: 1.0417vw;
    overflow: hidden;
}

#forgetPsw{
    padding: 1.4vw;
}
.f-title{
    color: #333333;
    font-size: 1.7188vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
}
.f-psw{
    color: #727377;
    font-size: 1.3542vw;
    text-align: center;
}
.f-tel{
    color: #0775FA;
    font-size: 1.3542vw;
    text-align: center;
}  
#forgetPsw{
    position: relative;
    height: 22vh;
    padding-top: 4vh;
}
.closeBtn{
    width: 1.25vw;
    height: 1.25vw;
    position: absolute;
    right: 16px;
    top: 16px;
}
.o-line{
    width: 59px;
    height: 2px;
    background-color: #f99123;
    margin: 10px auto;
}

.closeBtn:hover{
    cursor: pointer;
}

.earth{
    width: 73.8542vw;
    height: 56.25vw;
    position: absolute;
    left: 0;
    bottom: 0;
    /* z-index: 1;
    pointer-events: none; */
    /* z-index: -1; */
}

#echartsMap{
  /* position: relative;
  z-index: 99; */
}

.clickBox{
  position: absolute;
  width: 53.125vw;
  height: 10vw;
  margin: 0 auto;
  top: 0;
  z-index: 1;
}

.clickBox2{
  position: absolute;
  width: 53.125vw;
  height: 11vw;
  margin: 0 auto;
  bottom: 0;
  z-index: 1;
}

.bg-zj{
  width: 27.7604vw;
  height: 15.625vw;
  position: absolute;
  right: 10vw;
  top: 43vh;
}