/* @media screen and (min-width:960px) and (max-width:1400px) {
	html {
		font-size: 14px;
	}
} */

/* login */
* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: moduelEn;
	src: url(../fonts/KIONA-REGULAR.TTF);
}

@font-face {
	font-family: moduelZh;
	src: url(../fonts/SourceHanSansCN-ExtraLight.otf);
}

ul li {
	list-style: none;
}

img {
	vertical-align: middle;
}

html {
	font-family: moduelZh;
}

input {
	border: none;
	outline: none;
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	transform: translate3d(0, 0, 0);
	/* background: #fff; */
	/* Center slide text vertically */
	/* display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; */
}

/* .swiper-slide img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
    } */
.swiper-container {
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
}


.swiper-button-prev {
	left: auto;
	right: 141px;
	/* height: auto; */
}

.swiper-button-next {
	left: auto;
	right: 81px;
	/* height: auto; */
}

@media screen and (min-width:960px) and (max-width:1400px) {
	/*.img_login {*/
	/*	margin-top: 25px;*/
	/*}*/

	/*.inputBox {*/
	/*	margin-top: 19px;*/
	/*	position: relative;*/
	/*}*/

	/*.lc_login {*/
	/*	width: 100%;*/
	/*	height: 48px;*/
	/*	line-height: 48px;*/
	/*	text-align: center;*/
	/*	color: #FFFFFF;*/
	/*	margin-top: 22.75px;*/
	/*	background-color: #9f5248;*/
	/*	font-family: moduelZhRe;*/
	/*	border-radius: 3px;*/
	/*}*/

	/*.psdTitle {*/
	/*	text-align: center;*/
	/*	font-size: 18px;*/
	/*	font-weight: bold;*/
	/*	color: #333333;*/
	/*	margin-top: 52px;*/
	/*}*/
    .inputBox {
        margin-top: 20px !important;
    }
	/*.mid-lg-content {*/
    /*    height: 400px;*/
    /*    margin-top: 18px;*/
    /*    overflow: auto;*/
    /*    overflow-x: hidden;*/
	/*}*/
    .mid-lg-content::-webkit-scrollbar {
        width: 4px;
    }

    .mid-lg-content::-webkit-scrollbar-track {
        background-color: #e2e2e2;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    .mid-lg-content::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }
    .inputNumBtn{
        margin-left: 6px !important;
    }
	/*#slideValidation>div {*/
	/*	width: 336px !important;*/
	/*}*/

	/*.loginFooter>div {*/
	/*	margin: 2px 0px;*/
	/*}*/
    .loginMiddleBox,.loginMiddleBoxNo{
        height: 200px !important;
        padding: 0px 8px;
    }
    .loginMiddleBoxNo2{
        height: 410px !important;
        padding: 0px 8px;
    }
    .loginMiddleBox_wechat{
        height: 300px !important;
        padding: 0px 8px;
    }
}

@media screen and (min-width:1200px) {
	.img_login {
		margin-top: 3.489583rem;
	}

	.img_login2 {
		margin-top: 2.083333rem;
	}
	.psdTitle {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #333333;
		margin-top: 104px;
        font-family: moduelZhRe;
	}

	.psdHeader {
		transform: scale(1.5);
	}

	.loginFooter>div {
		margin: 5px 0px;
	}
}
.inputBox {
    margin-top: 44px;
    position: relative;
}
.lc_login {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2.369791rem;
    background-color: #9f5248;
    font-family: moduelZhRe;
    border-radius: 3px;
    cursor: pointer;
}
.lc_login:hover{
    opacity: 0.8;
}
.lc_login2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 1.5625rem;
    background-color: #9f5248;
    font-family: moduelZhRe;
    border-radius: 3px;
    cursor: pointer;
}
.lc_login2:hover{
    opacity: 0.8;
}
.loginBox {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}

.loginLeft {
    width: 45%;
    height: 100vh;
	float: left;
    position: relative;
}
.loginMiddleBoxNo{
    height: 365px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}
.loginMiddleBoxNo2{
    height: 600px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}
.loginMiddleBox_wechat{
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}
.loginMiddleBox{
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}
.loginMiddleBoxNo::-webkit-scrollbar {
    width: 4px;
}

.loginMiddleBoxNo::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.loginMiddleBoxNo::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.loginMiddleBoxNo2::-webkit-scrollbar {
    width: 4px;
}

.loginMiddleBoxNo2::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.loginMiddleBoxNo2::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.loginMiddleBox_wechat::-webkit-scrollbar {
    width: 4px;
}

.loginMiddleBox_wechat::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.loginMiddleBox_wechat::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.loginMiddleBox::-webkit-scrollbar {
    width: 4px;
}

.loginMiddleBox::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.loginMiddleBox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.loginTab2::-webkit-scrollbar {
    width: 4px;
}

.loginTab2::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.loginTab2::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.loginLeftImg {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.loginRight {
    width: 54%;
    height: 100vh;
    float: left;
    position: relative;
}

.loginFloat {
	position: absolute;
	top: 20px;
	right: 20px;
}

.loginFloat>li {
	float: left;
	cursor: pointer;
	margin: 0px 0.520833rem;
}

.loginFloat>li:hover {
	opacity: 0.8;
}

.loginFloatImg {
	width: 20px;
	height: 20px;
}

.loginFloatSpan {
	display: inline-block;
	padding: 0px 4px;
	font-size: 0.729166rem;
	font-family: moduelZhRe;
	font-weight: 400;
	color: #333333;
	vertical-align: middle;
}

.loginFloatArrow {
	width: 13px;
	height: 7px;
	cursor: pointer;
}

.loginContent {
	width: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.lcHeader {
	width: 264px;
	height: 48px;
	position: relative;
	margin: 0 auto;
}

.lcHeader_bg {
	width: 100%;
}

.lcHeader_login {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 7px;
	top: 0px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 2px;
	cursor: pointer;
}

.lcHeaderActive {
	background: #FFFFFF !important;
	border-radius: 25px !important;
	height: 80% !important;
	width: 48% !important;
	margin-top: 5px !important;
	line-height: 40px !important;
	color: #333333 !important;
}

.lcHeader_register {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 7px;
	top: 0px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 2px;
	cursor: pointer;
}

.inputHalfDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1.5625rem;
}

.inputBoxHalf {
	width: 48%;
	position: relative;
	margin: 0.3125rem 0rem;
}

.inputBox2 {
	margin-top: 19px;
	position: relative;
}

.inputSelectBox {
	margin-top: 0.729166rem;
}

.inputSelectText {
	color: #333333;
	font-family: moduelZhRe;
	font-size: 0.729166rem;
	margin-right: 0.78125rem;
}

.inputSelect {
	width: 130px;
	height: 2.5rem;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	border-radius: 4px;
}

.inputBoxTitle {
	height: 15px;
	font-size: 0.729166rem;
	font-weight: 400;
	color: #333333;
	font-family: moduelZhRe;
}

.inputBoxInput {
	width: 100%;
	height: 2.5rem;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	margin-top: 0.6375rem;
	color: #333333;
	padding-left: 2.2rem;
}

.inputPassInput {
	width: 100%;
	height: 2.5rem;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	color: #333333;
	padding-left: 2.2rem;
	margin-top: 0.6375rem;
}

.inputBoxTitle2 {
	height: 15px;
	font-size: 0.729166rem;
	font-weight: 400;
	color: #333333;
	font-family: moduelZhRe;
}

.inputBoxInput2 {
	width: 100%;
	height: 2.5rem;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	margin-top: 0.6375rem;
	color: #333333;
	padding-left: 2.2rem;
}

.inputBoxInput3 {
	width: 100%;
	height: 48px;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	margin-top: 0.6375rem;
	color: #333333;
	padding-left: 2.2rem;
}

.inputBoxIcon {
	position: absolute;
	top: 2.2rem;
	left: 8px;
}

.inputBoxIcon2 {
	position: absolute;
	top: 67%;
	left: 8px;
	transform: translate(0px, -50%);
}

.psdBoxIcon {
	position: absolute;
	top: 37px;
	left: 8px;
}

.forgotPass {
	margin-top: 13px;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	color: #9f5248;
	cursor: pointer;
}

.forgotPass:hover {
	opacity: 0.8;
}

.lc_warning {
	font-size: 0.729166rem;
	margin-top: 0.546875rem;
}

.lc_warningColor {
	color: #0066CC;
	cursor: pointer;
}

.lc_warningInput {
	vertical-align: -1;
	cursor: pointer;
}

.lc_warningColor:hover {
	opacity: 0.8;
}

.loginFooter {
	width: 100%;
	text-align: center;
	color: #9E9E9E;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
}

.inputStar {
	color: #9f5248;
	font-family: moduelZhRe;
	font-size: 0.729166rem;
}

/* psdFind */
.psdHeader {
	text-align: center;
}

.psdArrow {
	width: 15.5px;
	height: 14.5px;
	margin: 0px 26px;
}

.psdStep1 {
	width: 71px;
	height: 43px;
}

.psdStep2 {
	width: 76.5px;
	height: 43px;
}

.psdStep3 {
	width: 89px;
	height: 43px;
}

.slideValidate {
	margin-top: 24px;
}

.psd_next {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #999999;
	margin-top: 22.75px;
	background-color: #F7F7F7;
	cursor: pointer;
}

.psd_nextRed {
	color: #FFFFFF !important;
	background: #9f5248 !important;
}

.psdNavLeft {
	position: absolute;
	top: 20px;
	left: 32px;
	font-size: 0.9375rem;
	font-weight: 400;
	color: #333333;
    font-family: moduelZhRe;
}

.psdNavRight {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 0.729166rem;
	font-weight: 400;
	color: #333333;
    font-family: moduelZhRe;
}

.psdNavRight_res {
	margin-right: 20px;
	cursor: pointer;
}

.psdNavRight_res:hover {
	color: #9f5248;
}

.psdNavRight_log {
	cursor: pointer;
}

.psdNavRight_log:hover {
	color: #9f5248;
}

.wrongMess {
	font-size: 14px;
	height: 19px;
	font-weight: 400;
	color: #FA6557;
	margin-top: 18px;
}

.show_wrongMess {
	display: none;
}

.codePhone {
	position: absolute;
	top: 38px;
	left: 8px;
	width: 20px;
}

.codeCount {
	position: absolute;
	top: 38px;
	right: 8px;
	color: #999999;
	padding: 0px 10px;
	background: none;
}

.wrongPass {
	position: absolute;
	top: 11px;
	right: 0px;
	color: #FA6557;
	font-size: 14px;
	display: none;
}

.psd_success {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-top: 97px;
	cursor: pointer;
	color: #FFFFFF;
	background: #9f5248;
}

.psd_success:hover,
.psd_success:active {
	opacity: 0.7;
}


/* 首次进入页面 */
.loginToIndex {
	display: flex;
	justify-content: space-evenly;
	margin: 6.09375rem 0px;
    padding: 0px 60px;
}

.indexToLeft {
	/*width: 23.020833rem;*/
	width: 25%;
    padding: 0px 10px;
}

.indexToMiddle {
	/*width: 47.604166rem;*/
    width: 50%;
    padding: 0px 10px;
}

.indexToRight {
	/*width: 23.020833rem;*/
    width: 25%;
    padding: 0px 10px;
}



.notOpen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #FFFFFF;
}

.notOpen_p2 {
	margin-top: 10px;
}
.indexToBox1 {
    width: 100%;
    height: 18rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.indexToBox2 {
    width: 100%;
    height: 18rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}


.indexToBox3 {
    width: 100%;
    height: 18rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
    margin-top: 20px;
}

.indexToBoxSec{
    width: 100%;
    height: 18rem;
    margin-top: 20px;
}
.indexToBox4 {
    width: calc(50% - 10px);
    height: 18rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: left;
}


.indexToBox5 {
    width: calc(50% - 10px);
    height: 18rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	float: right;
}

.indexToBox6 {
    width: 100%;
    height: calc( 36rem + 20px);
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.indexToImg{
    display: block;
    min-height: 100%;
    max-width: 100%;
    max-height:100%;
    min-width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.indexToContent {
    font-family: moduelZh;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	color: #FFFFFF;
	opacity: 1;
}


.indexToMask {
    font-family: moduelZh;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	/*background-color: rgba(138, 47, 91, 0);*/
	color: #FFFFFF;
	opacity: 1;
}



.box6Mask_line1 {
	position: absolute;
	bottom: 7.85rem;
	left: 2.5rem;
	font-size: 1.25rem;
}

.box6Mask_line2 {
	position: absolute;
	bottom: 6.808333rem;
    left: 2.5rem;
	font-size: 0.833333rem;
	font-family: moduelEn;
}

.box6Mask_line11 {
	position: absolute;
	bottom: 4.427083rem;
	left: 3.072916rem;
	font-size: 1.25rem;
}

.box6Mask_line21 {
	position: absolute;
	bottom: 3.5rem;
    left: 3.072916rem;
	font-size: 0.833333rem;
	font-family: moduelEn;
}

.box6Mask_line2More {
	margin-left: 10px;
}

.box6Mask_line3 {
	position: absolute;
	bottom: 3.864583rem;
    left: 2.5rem;
	font-size: 0.833333rem;
}

.box6Mask_line4 {
	position: absolute;
	bottom: 2.5625rem;
    left: 2.5rem;
	font-size: 0.833333rem;
}

.box2Mask_line11 {
	position: absolute;
	bottom: 4.427083rem;
	left: 3.385416rem;
	font-size: 1.25rem;
}

.box2Mask_line21 {
	position: absolute;
	bottom: 3.5rem;
	left: 3.385416rem;
	font-size: 0.833333rem;
	font-family: moduelEn;
}

.box2Mask_line1 {
	position: absolute;
	bottom: 6.427083rem;
	left: 3.385416rem;
	font-size: 1.25rem;
}

.box2Mask_line2 {
	position: absolute;
	bottom: 5.427083rem;
	left: 3.385416rem;
	font-size: 0.833333rem;
	font-family: moduelEn;
}

.box2Mask_line3 {
	position: absolute;
	bottom: 3.0rem;
	left: 3.385416rem;
	font-size: 0.833333rem;
	font-family: moduelEn;
}

.box5Mask_line11 {
	position: absolute;
	bottom: 4.427083rem;
	left: 3.385416rem;
	font-size: 1.25rem;
}

.box5Mask_line21 {
	position: absolute;
	bottom: 3.5rem;
    left: 3.385416rem;
	font-size: 0.833333rem;
	font-family: moduelEn;
}

.box5Mask_line1 {
	position: absolute;
	bottom: 7.427083rem;
    left: 2.5rem;
	font-size: 1.25rem;
}

.box5Mask_line2 {
	position: absolute;
	bottom: 6.427083rem;
    left: 2.5rem;
	font-size: 0.833333rem;
	font-family: moduelEn;
}

.box5Mask_line3 {
	position: absolute;
	bottom: 4.427083rem;
    left: 2.5rem;
	font-size: 0.833333rem;
	font-family: moduelEn;
}

.box5Mask_line4 {
	position: absolute;
	bottom: 3.0rem;
    left: 2.5rem;
	font-size: 0.833333rem;
	font-family: moduelEn;
}

.lc_warningInput[type="checkbox"] {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	margin-right: 0.416666rem;
	position: relative;
}

.lc_warningInput[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.lc_warningInput[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #9C3A69;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	border: 1px solid #7D7D7D;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.lc_warningInput {
	cursor: pointer;
}

/* 更多登录 */
.loginMoreBottom {
	margin-top: 2rem;
}

.loginMoreBox {
	text-align: center;
}

.loginWayBox {
	text-align: center;
	margin-top: 1.822916rem;
	display: flex;
	justify-content: center;
}

.loginMoreText {
	color: #8C8C8C;
	font-size: 0.729166rem;
	margin: 0px 1.197916rem;
}

.loginWayImg {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
	margin: 0px 0.885416rem;
}

.loginCodeBox {
	width: 22.395833rem;
	height: 24.395833rem;
	margin: 2.552083rem auto;
	text-align: center;
	background: #eee;
	border-radius: 10px;
	overflow: hidden;
}

.loginCodeTit {
	display: block;
	color: #FFFFFF;
	font-size: 0.833333rem;
	font-family: moduelZhRe;
	margin-top: 1.666666rem;
}
.impowerBox .title{
    display: block !important;
    color: #FFFFFF !important;
    font-size: 0.833333rem !important;
    font-family: moduelZhRe !important;
    margin-top: 1.666666rem !important;
}
.loginCodeImg {
	display: block;
	width: 13.177083rem;
	height: 13.177083rem;
	margin: 0 auto;
	margin-top: 0.885416rem;
}

.loginCodeText {
	display: block;
	width: 13.177083rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.729166rem;
	font-family: moduelZhRe;
	background: #575757;
	border-radius: 25px;
	margin: 0 auto;
	margin-top: 1.510416rem;
}

.changeToLogin {
	margin-left: 1.71875rem;
	color: #3D3D3D;
	padding: 6px 0px;
	font-size: 0.729166rem;
	text-decoration: none;
}

.changeToLogin:hover {
	opacity: 0.8;
    text-decoration: underline;
}

.inputNumBoxDiv {
	margin-top: 0.520833rem;
}

.inputNumBox {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	text-align: center;
}

.inputNumBox2 {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-left: 3.2%;
	text-align: center;
}

.inputNumBtn {
	display: inline-block;
	width: 7.34375rem;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #999999;
	font-size: 0.833333rem;
	background: #F7F7F7;
	font-family: moduelZhRe;
	text-align: center;
	border-radius: 3px;
	margin-left: 10px;
	cursor: pointer;
}

.inputNumBtn:hover {
    color: #FFFFFF;
    background-color: #9f5248;
}

.loginLeftLogo {
	position: absolute;
	top: 38px;
	left: 69px;
	z-index: 10;
}
