* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #57b846;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: none;
}

.yanjing{
	color: #ccc;
	position: absolute;
	top: 8px;
	font-size: 32px;
	right:10px;
	font-size: 28px;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

label {
    display: block;
    margin: 0;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    background: url(../../shiant/img/small_bg.png) no-repeat center center;
    background-size: 100% 100%;
}
.yinzi{
    position: absolute;
    width: 100%;height: 100%;
    background: rgba(255, 255, 255, .5);
}
.container-login100 {
    /* width: 100%;
    min-height: 90vh; */
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox; */
    display: flex;
    z-index: 999;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* padding: 15px; */
    /* background: #e6e6e6; */
    background: url(../../shiant/img/small_bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.wrap-loginLeft{
    color: #fff;
}
.wrap-loginLeft h1{
    color: #fff;
    font-size: 60px;
    margin: 30px;
}
.wrap-loginLeft p{
    color: #fff;
    font-size: 30px;
    margin: 30px 100px 0 30px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
    font-weight: normal;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.wrap-login100 {
    /* background: #fff; */
    /* border-radius: 10px; */
    overflow: hidden;
    position: relative;
    border-left: 1px solid rgba(178, 177, 177, 1);
    background: rgba(50, 50, 49, .5);
}

/*==================================================================
[ Title form ]*/
.login100-form-title {
    width: 100%;
 	background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 15px 74px 15px;
    background-image: url(../img/logo.png)
}


.login100-form-title-1 {
    font-family: Poppins-Bold;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.login100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54, 84, 99, 0.7);
}


/*==================================================================
[ Form ]*/

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 13px 80px 33px 80px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
}

.label-input100 {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;

    position: absolute;
    top: 14px;
    left: -105px;
    width: 80px;

}

/*---------------------------------------------*/
.input100 {
    font-family: 'PuHuiTi';
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2;

    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;

    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;

    background: #57b846;
}


/*---------------------------------------------*/
input.input100 {
    height: 45px;
}


.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #999999;
    line-height: 1.4;

    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e6e6e6;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #57b846;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #57b846;
    border-radius: 25px;

    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background-color: #333333;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .login100-form {
        padding: 0x 15px 57px 117px;
    }
}

@media (max-width: 480px) {
    .login100-form {
        padding: 0px 15px 57px 15px;
    }

    .label-input100 {
        text-align: left;
        position: unset;
        top: unset;
        left: unset;
        width: 100%;
        padding: 0 5px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;

    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
.loginBox {
    /* background: #ffffff; */
    /* border-radius: 4px; */
    display: none;
    font-size: 16px;
}
.loginBox input {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 41px;
    /* border: 1px solid #E9E9E9; */
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    box-shadow: 1px 5px 6px 0px rgba(236, 236, 236, .5);
    padding: 5px 5px 5px 45px;
    font-size: 16px;
}
.loginBox input::-webkit-input-placeholder {
  color: #B4B4B4;
  font-weight: 100;
}

.loginBox input::-moz-placeholder {
  color: #B4B4B4;
  font-weight: 100;
}

.loginBox input:-moz-placeholder {
  color: #B4B4B4;
  font-weight: 100;
}

.loginBox input:-ms-input-placeholder {
  color: #B4B4B4;
  font-weight: 100;
}

.loginBox input:focus {
  border-color: #0764a5;
  /* outline: 1px solid #0764a5; */
}

.loginBox input:focus+i.iconfont {
  color: #38549D;
}

.loginBox i.fa {
    color: #ffffff;
    font-size: 22px;
    position: absolute;
    top: 12px;
    left: 15px;
}
.pwdOper {
	width: 100%;
	padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.loginBox a.submit {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 60%;
    color: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-decoration:none;
    background: linear-gradient( 92deg, #DEFF58 0%, #859935 100%);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25), -4px -4px 8px 0px rgba(255, 255, 255, 0.43);
}
.loginBox .otherWay {
    font-size: 14px;
    position: relative;
    margin-top: 10px;
    text-align: center;
}
.loginBox .otherWay span::before {
    content: '';
    width: 20%;
    height: 1px;
    position: absolute;
    background: rgba(28,31,33,.1);
    top: 11px;
    right: 0%;
}
.loginBox .otherWay span::after {
    content: '';
    width: 20%;
    height: 1px;
    position: absolute;
    background: rgba(28,31,33,.1);
    top: 11px;
    left: 0%;
}
.title {
    font-size: 20px;
    color: #38549D;
    height: 30px;
    margin-bottom: 70px;
    padding-left: 25px;
}
.send-code {
    width: 45%;
    height: 40px;
    background-color: #0764a5;
    color: #ffffff;
    position: absolute;
    right: 5px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}
.footer-note {
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    color: #646464;
    bottom: -20px;
	padding-top: 10px;
}
.weixin {
   height: 45px;
   width: 45px;
}
.loginBox .otherWay {
		margin-bottom: 20px;
	}

	a {
		text-decoration: none;
	}

	.title {
		color: #ffffff;
		font-size: 60px;
		text-align: center;
		height: 100%;
		padding-left: 0;
        font-weight: 600;
	}

	.loginBox .otherWay span {
		color: #ffffff;
		font-size: 18px;
	}

	.loginBox input {
		margin-bottom: 20px;
	}
	#send {
			margin-right: 20px;
		}
	.loginBox .otherWay span::before,
	.loginBox .otherWay span::after {
		background: #ffffff;
        width: 30%;
	}

	.wrap-input100 .input100 {
		/* border: 1px solid #0764a5; */
		border-radius: 12px;
        background: rgba(0,0,0,0.4);
		/* box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2); */
        box-shadow: inset 1px 2px 4px 0px rgba(0,0,0,0.1), inset 1px 2px 4px 0px rgba(0,0,0,0.08), inset 0px 0px 1px 0px rgba(255,255,255,0.25), inset 0px 0px 1px 0px rgba(255,255,255,0.3);
	}

	@media (max-width:1200px) {

		.loginBox .otherWay span::before,
		.loginBox .otherWay span::after {
			width: 4%;
		}

		.active1 {
			display: block !important;
		}

		.active2 {
			display: none !important;
		}

		#send {
			width: 100% !important;
			background-color: #0764a5;
			margin-top: 20px;
			width: 52%;
			border-radius: 0;
			font-size: 16px;
		}

		.verification_Popout>p {
			margin-top: 0 !important;
		}
	}

	.china_help {
		position: absolute;
		display: flex;
        align-items: center;
		justify-content:end;
		width: 100%;
		bottom: 10px;
		color: #4f4f4f;
		font-size: 16px;
	}

	.help .active2 {
		display: block;
	}

	.help {
		margin-right: 22px !important;
		cursor: pointer;
        color: #ffffff;
		position: relative;
	}

	.pop-up {
		position: absolute;
		width: 290px;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 1);
		color: rgba(16, 16, 16, 1);
		font-size: 14px;
		text-align: left;
		box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
		font-family: Roboto;
		border: 1px solid rgba(187, 187, 187, 1);
		z-index: 1000;
		top: 27px;
		left: -40px;
		display: none;
		/* display: none; */
	}

	.pop-up1 {
		position: absolute;
		width: 300px;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 1);
		color: rgba(16, 16, 16, 1);
		font-size: 14px;
		text-align: left;
		font-family: Roboto;
		border: 1px solid rgba(187, 187, 187, 1);
		top: 33px;
		right: -30px;
		z-index: 100;
		display: none;
	}

	.pop-up::before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		top: 5px;
		left: -10px;
		border-left: solid 10px transparent;
		border-right: solid 10px transparent;
		/* border-bottom: solid 10px rgba(187, 187, 187, 1); */
	}

	.pop-up::after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		top: -9px;
		left: 47px;
		border-left: solid 10px transparent;
		border-right: solid 10px transparent;
		border-bottom: solid 10px #fff;
	}

	.pop-up1::before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		top: -16px;
		right: 40px;
		border-top: solid 10px transparent;
		border-right: solid 10px rgba(187, 187, 187, 1);
		border-bottom: solid 10px transparent;
		transform: rotate(90deg);
	}

	.pop-up1::after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		top: -14px;
		right: 40px;
		border-top: solid 10px transparent;
		border-right: solid 10px #fff;
		border-bottom: solid 10px transparent;
		transform: rotate(90deg);

	}

	.wrap-login100 {
		overflow: initial;
	}

	.china {
		cursor: pointer;
		position: relative;
        color: #fff;
	}

	.icon-xiangzuo {
		position: absolute;
		top: 2.5px;
		right: -18px;
		transition: .5s;
		transform: rotate(0);
	}

	.drop-down-list {
		width: 140%;
		height: 220%;
		position: absolute;
		top: -80px;
		left: -2px;
		opacity: 0;
		z-index: 1000;
	}

	.drop-down-list>ul>li:hover {
		background-color: #cecece;
		color: #000;
	}

	.active {
		opacity: 1;
		transition: 1.5s;
		display: block;
	}

	.drop-down-list>ul {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 1px;
		padding-bottom: 3px;
		text-align: center;
		background-color: #fff;
	}

	.drop-down-list>ul>li {
		border: 1px solid #0764a5;
		padding-bottom: 2px;
		color: #0764a5;
		background-color: #fff;
	}

	.drop-down-list>ul>li:nth-child(1) {
		border-bottom: 0px;
	}
	.drop-down-list>ul>li:nth-child(2) {
		border-bottom: 0px;
	}
	.limiter .wrap-login100 .loginBox input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.70);
        font-weight: 600;
	}

	.iconfont {
		color: #0764a5;
	}

	.pwdOper {
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.pwdOper a {
		text-decoration: none;
		color: #ffffff;
		font-size: 18px;
		font-weight: 500;
		font-family: SourceHanSansSC-regular;
	}
    .pwdOper1{
        width: 100%;
        text-align: center;
    }
    .pwdOper1 a {
		text-decoration: none;
		color: #ffffff;
		font-size: 18px;
		font-weight: 500;
		font-family: SourceHanSansSC-regular;
	}
    .pwdOper1 a span:last-child{
		font-size: 18px;
        color: #DEFF58;
        text-decoration: underline;
	}

	.verification {
		font-size: 20px;
		color: rgba(16, 16, 16, 1);
		font-family: SourceHanSansSC-regular;
		width: 600px;
		text-align: center;

	}

	.verification_Popout {
		position: absolute;
		background: red;
		width: 50%;
		height: 40%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 30px;
		margin: auto;
		font-size: 20px;
		border-radius: 15px;
		background-color: #E7E7E7;
	}

	.verification_Popout_button {
		display: inline-block;
		height: 50px;
		line-height: 50px;
		width: 60%;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 150px;
		margin: auto;
		cursor: pointer;
        background: linear-gradient(92deg, #DEFF58 0%, #859935 100%);
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 600;
        border-radius: 12px;
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25), -4px -4px 8px 0px rgba(255, 255, 255, 0.43);
	}