/*
	#sending  加載等待效果	rpage
    .pop-forgot 忘記密碼彈窗 rpage
    .popFt 忘記密碼二次彈窗 rpage
*/
/* ========= custom style base ======== */
/* smscode */
div.sms_cmmt{
   color: #FFFFFF;
   text-decoration: none;
   font-weight: bold;
   font-size:9pt;
}

/* 忘记密码 rpage*/
.pop-forgot {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 99;
	width: auto; height: auto;
	padding: 0; background: none; border: none;
	border-radius: 0;
}
.pop-forgot:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0, 0, 0, .5);
}
.pop-forgot p {
margin: 0;
color: #9D3F00;
}
.pop-forgot .button {
padding: 2px 15px;
}
.pop-forgot .close {
position: absolute;
top: 50%; left: 50%;
margin-left: 125px; margin-top: -160px;
z-index: 100;
width: 35px;
height: 35px;
background: url("icon_close.png") no-repeat 0 0;
}
.pop-forgot .close b {
display: none;
}
.pop-forgot table {
	z-index: 9;
	position: absolute;
	top: 50%; left: 50%;
    transform: translateX(-50%);
	margin-top: -170px;
	width: 280px;
	height: 180px;
	padding: 25px 30px 20px;
	background: #fff;
	border: 1px #ddd solid;
	box-shadow: 1px 2px 2px #aaa;
	-moz-box-shadow: 1px 2px 2px #aaa;
	-webkit-box-shadow: 1px 2px 2px #aaa; 
	border-radius: 6px;
}
.pop-forgot td[colspan="4"] {
	line-height: 1.75em;
}
.pop-forgot input{
	width: calc(100% - 10px);
    margin-left: 10px;
    height: 40px;
    /* line-height: 40px; */
    border: 1px solid #ddd;
    border-radius: 6px;
	padding: 6px 12px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.pop-forgot input[type="submit"] {
	color: #fff;
	background: #44BCBB;
	border-radius: 6px;	
	border: none;
	height: 40px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: inherit;
	width: auto;
	min-width: 120px;
    cursor: pointer;
}
.pop-forgot table td { padding: 5px 0; }
.pop-forgot table td[width="70"] {
    width: auto;
}

.pop-forgot .fg_sm {
    display: block;
}
.pop-forgot #fg_code_img {
    width: auto; height: 40px;
    margin-left: 10px;
}

/* sending alert rpage */
#sending .alertmsg {
	  position: absolute;
    top: 6px;
    right: 15px;
    z-index: 999999;
    background: rgba(0, 0, 0, .35);
}
#sending .alertmsg-inner {
	position: relative; 
	border: none;
	font-weight: normal; 
	padding: 10px 45px 10px 15px;
}
#sending .alertmsg a.close {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: none;
        text-indent: -9999px;
    margin-right: 3px;
}
#sending .alertmsg a.close:after,
#sending .alertmsg a.close:before {
	content: "";
	display: block;
	width: 50%; height: 2px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top: 50%; margin-top: -1px;
	left: 50%; margin-left: -30%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#sending .alertmsg a.close:before {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#sending .alertmsg-inner p { color: #fff; margin: 0;}
#sending .alertmsg-inner p img { display: none; }

.pop-forgot p {
margin: 0;
color: #9D3F00;
}
.pop-forgot .button {
padding: 2px 15px;
}
.pop-forgot .close b {
display: none;
}

/* popup rpage*/
.popup,
.overlay {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
}
.popup {
	z-index: 99;
}
.overlay {
	background: rgba(0, 0, 0, .5);
}
.popWrap {
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}
.popInner {
	padding: 15px 15px 0;
	min-width: 280px;
	overflow: hidden;
}
.popBd { 
	padding: 1em; 
	font-size: 1.25em;
}
.popFt { 
	border-top: 1px solid #ddd; 
	display: table;
	width: 100%;
	padding: .5em 0;
}
.popFt .btn { 
	width: 100%; 
	margin-top: 5px; margin-bottom: 5px;
	background: #44BCBB;
	color: #fff;
  border-radius: 6px;
  border: none;
  min-width: 100px;
  max-width: 120px;
  margin: auto;
}
.popFt:after {
	content: ""; display: block; clear: both;
}
.popFt > div {
	padding-left: 15px; 
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: table-cell;
  text-align: center;
}

@media (min-width: 769px) {
    .input {
        min-width: 165px;
    }
    .pop-forgot table  {
        width: 385px;
    }
    .pop-forgot .close {
        margin-left: 155px;
    }
}
@media (max-width: 414px) {
    .pop-forgot .close {
        margin-left: 100px;
    }
    .pop-forgot tbody {
        display: block;
    }
    .pop-forgot tr:last-child {
        display: flex;
    }
    .pop-forgot tr:last-child td:last-child {
        flex: 1;
        text-align: center;
    }
    .pop-forgot input[type="submit"] {
        margin: auto;
    }

    .pop-forgot input ,
    .pop-forgot #fg_code_img {
        height: 30px;
    }
}

/* ========== custom style begin ========== */
html {
    min-height: 100%;
}
body{
    margin: 0px;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft JHengHei,Microsoft YaHei,SimSun,sans-serif;
    font-size: .9em;
}
body::after,
body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
}
body::before {
    background: linear-gradient(#357F8A 10%, #96d7c6 60%, #5398A3);
}
body::after {
    background: url(bg_left.png) no-repeat left bottom, url(bg_right.png) no-repeat right top;
    background-size: 35% auto, 30% auto;
}
canvas {
    position: fixed;
    top: 0; right:0; bottom: 0; left: 0;
    z-index: 1;
    opacity: .05;
    width: 125%;
    height: 150%;
}
.mainbody {
    position: relative;
}

a { color: #357F8A; text-decoration: none;}
a:hover {
	color: #000000;
    text-decoration: underline;
}
.red {
	font-weight: normal;
	color: #EA0000;
}
#login_form {
    background: #fff;
    border-radius: 12px;
    padding: 35px 50px 50px;
}
#login_form::before {
    content: '';
    display: block;
    width: 147px;
    height: 59px;
    position: absolute;
    top: -48px;
    right: -15px;
    background: url(sobuy.png) no-repeat;
    background-size: cover;
    transform: scale(.96);
}

input[type="password"],
input[type="text"],
button {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    display: inline-block;
    font-size: inherit;
}
input[type="password"],
input[type="text"] {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    outline: none;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}


.input:focus { outline: none; border-color: #44BCBB; 
    background: none;
}
.input::-webkit-input-placeholder {
	color: #aaa;
}
.input:-ms-input-placeholder {
	color: #aaa;
}
.input:-moz-placeholder { 
	color: #aaa;
}
.input[disabled="disabled"] {
	cursor: not-allowed;
}


.submit {
    display: block;
    background: #44BCBB;
    color: #fff;
    border-radius: 6px;
    border: none;
    height: 40px; line-height: 40px;
    min-width: 150px;
    font-size: 1.15em;
    /* margin-left: 12px; */
    cursor: pointer;
    width: 100%;
}
.submit:focus,
.submit:hover {
    background: #34AAAA;
}

.id1 {
    font-size: 1.75em;
    color: #44BCBB;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
}

@media (min-width: 1280px) {
    #login_form {
        width: 500px;
        text-align: center;
    }
}
@media (max-height: 500px){
    #login_form {
        padding: 25px 50px 30px;
    }
}

/* esite style */
.id2 table {
    margin: auto;
    max-width: 320px;
}
.field-input .input {
    margin-bottom: 20px;
}
.field-input {
    position: relative;
}
.field-fail em {
    font-style: normal;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    color: #DB0D34;
    position: absolute;
    left: 0; bottom: 0;
}
.field-fail input {
    border-color: #DB0D34;
}
.field-other {
    padding-top: 20px;
}
.forgot-psw {
    float: right;
}
#errorMsg {
	color: #ec9003;
	padding-bottom: 15px;
	font-size: 16px;
    text-align: center;
}
.authcode {
    display: flex;
}
._auth-reload {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 15px;
}
.authcode img {
    width: 83px;
    height: auto;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 3px;
}
.authcode input {
    width: 150px;
}
.container {
    position: absolute;
    top: 15%; bottom: 15%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.copyright {
    text-align: center;
    padding-top: 15px;
    color: #FFF;
}
