html {
    height: 100%;
    background: url(/View/images/eastideal-bg-02.jpg?ei) no-repeat;
    background-size: cover;
}
body {
    font-size: 12px;
    font-family: "Arial", "Microsoft YaHei", "PingFang SC", "Source Han Sans SC", "WenQuanYi Zen Hei", sans-serif;
    margin:0px;
    padding:0px;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #303030;
}

a {
    cursor: pointer;
    outline:none; 
    color:#3366CC;
    text-decoration: none;
}
img {
    border:0px;
}
.hide {
    display: none;
}
.red {
    color: #cf5252;
}
.green {
    color: #337633;
}



button {
    display: inline-block;
    font-size: 12px;
    margin:0px;
    padding:3px 6px;
    white-space: nowrap;
    overflow: visible;
    text-decoration: none;
    outline: none;
    zoom: 1;
    background: #d95f5f;
    transition: background-color 0.3s;
    cursor: pointer;
    font-weight: bold;
    background-image: linear-gradient(90deg, #d43333, #f98382);
}
button.primary, a.button_top {
    font-size: 15px;
    margin: 0px;
    color: #f3f3f3;
    border: 0px;
    padding: 9px 77px;
    line-height: 23px;
    font-weight: bold;
    border-radius: 17px;
}
button.primary:hover {
    opacity: 0.87;
}
button.primary2 {
    border: 1px solid #acacac;
    background: #ffffff;
    border-bottom: 2px solid #a2a5aa;
    background-image: linear-gradient(180deg, #ffffff 49%,#ebf2fb 81%);
    color: #383838;
    font-weight: normal;
}
button.primary2:hover {background: #f9f8ff;background-image: linear-gradient(0deg, #ffffff 24%,#e5eefa 91%);}
a.button_top {
    padding: 2px 17px;
    font-weight: normal;
    font-size: 14px;
    background: #e75b7d;
    display: inline-block;
    transition: background-color 0.3s;
    margin-left: 19px;
}
a.button_top:hover {
    background: #ff5050;
}
a.button_top i{
    font-style: normal;
    font-size: 12px;
    margin-left: 7px;
}
.load::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 0.1875em solid currentColor;
    border-radius: 1em;
    border-right-color: transparent;
    content: "";
    vertical-align: text-bottom;
    animation: spinner 0.75s linear infinite;
    margin-right: 5px;
}
a.button, button.line {
    margin: 3px;
    padding: 4px 10px;
    border-radius: 7px;
    font-size: 13px;
    background: #fdfdfd;
    background-image: linear-gradient(180deg, #ffffff 49%,#ededed 81%);
    border: 1px solid #c4c4c4;
    margin-right: 3px;
    color: #474747;
}
button.line {
    font-size: 14px;
    margin-top: 6px;
    padding: 8px 33px;
}
button.line:hover {
    background: #ffffff;
    background-image: linear-gradient(180deg, #ffffff 47%,#eeeeee 107%);
}

button.load {
  cursor: progress;
  opacity: 0.77;
}
button.line.load {
    background: #fafafa;
    color: #8c8c8c;
}
button.ing {
  cursor: default;
  color: #8c8c8c;
}
.loading {
    color: #8c8c8c;
}
.loading::before {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 6px solid currentColor;
    border-radius: 4em;
    border-right-color: transparent;
    content: "";
    animation: spinner 0.75s linear infinite;
    color: #cbcbcb;
    vertical-align: middle;
    margin: -5px 10px 0px 0px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}


.eastideal-select {
    position: relative;
    width: 123px;
    border: 1px solid #a1a1a1;
    z-index: 10;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 5px 0px 0px;
    background: #fdfdfd;
    height: 34px;
    vertical-align: top;
}

.select-display {
    padding: 7px 14px 9.5px 17px;
    background: url(/View/images/caret-down.svg) 92% 45% / 11px no-repeat;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}
.select-display font{
    display:none;
}
.select-options {
    display: none;
    position: absolute;
    margin: 10px 0px 0px -1px;
    background-color: white;
    min-width: 233px;
    text-align: center;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    box-shadow: -1px 1px 12px #dcdcdc;
}

.select-options ul {
    list-style: none;
    padding: 0;
    max-height: 300px;
    overflow: scroll;
    margin: 7px 0px 7px 0px;
}
.select-options li {
    padding: 9px 13px;
    text-align: left;
    cursor: pointer;
}
.eastideal-select img{
    width: 24px;
    margin: 0px 8px -4px 0px;
    border-radius: 3px;
    border: 1px solid #dddada;
    height: 16px;
}
.eastideal-select li img.cn{
    width: 0px;
    height: 0px;
    margin-left: 25px;
    border: 0px;
}

.select-options li:hover {
    background-color: #f5f6f6;
}
.select-options li.selected {
    background-color: #eaecfb;
}

.search-input {
    min-width: 189px;
    border: 1px solid #4b5a72;
    border-radius: 7px;
    padding: 5px 10px;
    margin: 8px auto 0px;
    font-size: 12px;
    outline: 0;
    background: url(/View/images/search.svg) 98% 0px / 23px no-repeat;
}

.checkbox {display: inline-block;position: relative;cursor: pointer;margin-left: 7px;}
.checkbox.disabled {
    cursor: default;
}
.checkbox-inner {width: 12px;height: 12px;border: 1px solid #999;background-color: white;display: inline-block;border-radius: 4px;vertical-align: -2px;}
.checkbox-icon {width: 12px;height: 12px;border-radius: 2px;display: none;background: url(/View/images/checked.svg) 50% 50% / 11px 11px no-repeat #5f7fff;}
.selected .checkbox-icon {display: block;}
.disabled .checkbox-icon {display: block;background-color: #ceccd1;}
.checkbox-label {display: inline-block;}
.checkbox input {display: none;}

.help {
    display: inline-block;
    padding: 0px 4px;
    height: 14px;
    border-radius: 10px;
    background: #f0f0f0;
    color: #939393;
    line-height: 14px;
    border: 1px solid #747474;
    background-image: linear-gradient(135deg, #ffffff 49%,#e1e1e1 81%);
    text-align: center;
    font-size: 12px;
    vertical-align: 1px;
}


/***************************/


#header {
    width:900px;
    margin:5px auto;
    height: 67px;
}
#header img {
    margin-top: 6px;
    vertical-align: middle;
}


#category {
    margin: 11px 0px;
    float: right;
    text-align: right;
    background: #fdfafa;
    border-radius: 36px;
    border: 1px solid #ffb4b4;
    box-shadow: 0px 1px 5px 0px #dfdfdf;
    background-image: linear-gradient(289deg, #fff5fa 49%,#ffffff 81%);
    padding: 2px 27px;
    text-align: center;
    border-bottom: 2px solid #ffb4b4;
}
#category a.li {
    font-size: 15px;
    padding: 8px 15px;
    display: inline-block;
    color: #4c3f4e;
}
#category .li{
    position: relative;
    margin: 0px 3px;
}
#category .li b {
    color: #494949;
}
#category .li::after {
    background: #ffa2a2;
    content: '';
    position: absolute;
    top: 19px;
    left: 5px;
    width: 0px;
    height: 0px;
    transition: all 0.3s;
    border-radius: 10px;
}
#category .li:hover::after {
    height: 8px;
    width: 8px;
    margin-top: -4px;
    margin-left: -4px;
}


#content {
    width:900px;
    margin: 37px auto;
}



.form .input {
    width: 300px;
    height: 20px;
    padding: 7px 10px 7px 37px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    margin: 0px;
    outline: 0;
    font-size: 14px;
    opacity: 0.7;
}
.form .input:focus, .active{
    border: 1px solid #b3a9e5;
    box-shadow: 0 0 0 3px #e1e1f9;
    border-bottom-color: #7d65d9;
    opacity: 1;
}
.form input.error, .form input.error:focus  {
    border: 1px solid #e89b9b;
    box-shadow: 0 0 0 3px #ffdbdb;
    border-bottom-color: red;
}
.input:-webkit-autofill {
    box-shadow:0 0 0 100px #f8f8ff inset !important;
}
.input:focus:-webkit-autofill {
    box-shadow:0 0 0 3px #e1e1f9, 0 0 0 100px #f8f8ff inset !important;
}

.form dl {
    position: relative;
    width: 358px;
    margin: 0px 0px 10px;
    padding: 0px;
    text-align: left;
    display: inline-block;
}
.form .ico2 {
    position: absolute;
    top: 16px;
    left: 14px;
    font-size: 16px;
    color: #6a6a6a;
}
.form dl label {
    position: absolute;
    font-size: 12px;
    top: 10px;
    right: -184px;
    width: 150px;
    text-align: left;
    padding-left: 40px;
    color: #cf5252;
    font-weight: bold;
}

.form dl label span.ico {
    position: absolute;
    left: 4px;
    top: 1px;
}
.form dl label span.ico svg {
    margin-bottom: 1px;
}

.ico {
    width: 10px;
    height: 10px;
    padding: 3px;
    border-radius: 20px;
    display: inline-block;
    margin: -3px 10px;
}

.icon_passwd {
    background-image: url(/View/images/passwd.svg);
}
.icon_tel {
    background-image: url(/View/images/tel.svg);
}
.icon_pay {
    background-image: url(/View/images/pay.svg);
}
.icon_bill {
    background-image: url(/View/images/bill.svg);
}
.icon_withdraw {
    background-image: url(/View/images/withdraw.svg);
}
.icon_qrcode {
    background-image: url(/View/images/qrcode.svg);
}
.icon_order {
    background-image: url(/View/images/order.svg);
}
.icon_create {
    background-image: url(/View/images/create.svg);
}
.icon_query {
    background-image: url(/View/images/query.svg);
}
.icon_avatar {
    background-image: url(/View/images/avatar.svg);
}
.icon_business {
    background-image: url(/View/images/business.svg);
}
.icon_service {
    background-image: url(/View/images/service.svg);
}
.icon_sell {
    background-image: url(/View/images/sell.svg);
}
.icon_buy {
    background-image: url(/View/images/buy.svg);
}

.ico_right {
    border: 1.7px solid #21aa21;
    color:green;
    background: url(/View/images/right.svg) #e7ffe7 3px 3px no-repeat;
    background-size: 11px;
}

.ico_error {
    border: 1.7px solid #ef4040;
    color: #c90101;
    background: url(/View/images/error.svg) #ffe3e3 3px 3px no-repeat;
    background-size: 11px;
}

.ico_notice {
    border: 1.7px solid #ef4040;
    color: #c90101;
    background: url(/View/images/notice.svg) #ffe3e3 1px 1px no-repeat;
    background-size: 14px;
}

.icon {
    display: inline-block;
    color: #b078b0;
    margin-right: 10px;
    background-size: 23px;
    width: 23px;
    height: 23px;
}
.icon_tag {
    background-image: url(/View/images/tag.svg);
}
.icon_card {
    background-image: url(/View/images/card.svg);
    background-size: 27px;
    width: 27px;
    height: 27px;
    vertical-align: -2px;
}

.form .ico_phone, .form .ico_email, .form .ico_clear, .form .icos {
    position: absolute;
    top: 8px;
    left: 12px;
    background: url(/View/images/phone.svg);
    display: inline-block;
    background-size: 17px;
    width: 17px;
    height: 17px;
    opacity: 0.7;
}
.form .ico_email {
    background-image: url(/View/images/email.svg);
}
.form .ico_clear {
    background: url(/View/images/clear.svg) 50% 50% / 10px 10px no-repeat #a68fad;
    left: auto;
    right: 19px;
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
    display: none;
}


#content .form {
    border-radius: 31px;
    background: #fff;
    padding: 33px 44px;
    box-shadow: 1px 1px 3px 0px #bd738e;
}
h2 {
    font-size: 32px;
    font-weight: 299;
    margin: 0px;
    color: #b52330;
    margin-bottom: 17px;
}
h2 span.svg {
    width: 37px;
    vertical-align: -3px;
}
h2 span.svg svg{
    width: 27px;
    height: 27px;
}
.select_type {
    margin: 18px 0px;
}
.select_type input{
    display:none;
}
.select_type label {
    cursor: pointer;
    display: inline-block;
    width: 97px;
    padding: 7px;
    text-align: center;
    margin: 0px;
    padding-left: 22px;
    border: 1px solid #adadad;
    font-size: 12px;
    color: #5f5f5f;
}
.select_type #phone_dom {
    border-radius: 10px 0px 0px 10px;
    background: url(/View/images/phone.svg) #ecf0ff 14px 6px no-repeat;
    background-size: 17px;
}
.select_type #email_dom {
    border-radius: 0px 10px 10px 0px;
    background: url(/View/images/email.svg) #ecf0ff 14px 6px no-repeat;
    background-size: 17px;
    border-left: 0px;
    margin-left: -3px;
}
#phone_dom.checked,#email_dom.checked {
    background-color: #d2dbff;
    color: #2c2c2c;
}


.nav_bl {
    display: inline-block;
    position: relative;
    height: 36px;
    font-size: 14px;
}
.nav_bl .nav_li {
    display:none;
    position: absolute;
    top: 44px;
    left: -15px;
    z-index: 30;
    background: #fff;
    list-style: none;
    padding: 4px 14px 6px 3px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    box-shadow: 2px 1px 13px #dcdcdc;
    font-size: 13px;
}
.nav_bl .nav_a {
    padding: 9px 15px;
    color: #353235;
    white-space: nowrap;
    display: inline-block;
    height: 37px;
    cursor: pointer;
}
.nav_bl:hover a.nav_a{
    border-bottom: 0px;
    border-radius: 5px 5px 5px 0px;
    z-index: 31;
}
.nav_bl:hover .nav_li {
    display:inline-block;
    min-width: 92px;
    text-align: center;
}

.nav_bl .nav_li a {
    padding: 6px 4px 6px 6px;
    margin-left: 2px;
    white-space: nowrap;
    display: inline-block;
    color: #353235;
    cursor: pointer;
    margin: 2px 2px;
    width: 97%;
    border-radius: 5px;
}
.nav_bl .nav_li a:hover {
    background:#f3f3f3;
}


#footer {
    width: 100%;
    text-align: center;
    height: 50px;
    padding-top: 30px;
    color: #9a899c;
    font-size: 12px;
    border-radius: 0px 0px 17px 17px;
    line-height: 20px;
}

#footer a  {
    color:#9a899c;
}

/***************************/


#verify_header {
    text-align: center;
    background: #f1f1f1;
    padding-bottom: 10px;
    height: 47px;
    overflow: hidden;
    padding-top: 5px;
}
#verify_header #logo {
    border-radius: 144px;
    margin-top: 6px;
    vertical-align: middle;
}
#verify_header .ico_swap {
    display: inline-block;
    margin: 0px 19px;
    background: url(/View/images/swap.svg);
    background-size: 27px;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin-top: 11px;
}
#verify_header #app_logo {
    padding: 2px 11px;
    display: inline-block;
    background: #fff;
    border-radius: 144px;
    vertical-align: middle;
    margin-top: 8px;
}
#verify_header #app_logo img {
    max-height: 32px;
    vertical-align: middle;
}
#verify_header #app_name {
    vertical-align: middle;
    display: inline-block;
    font-size: 21px;
    margin-top: 7px;
    border: 3px solid #bfbfbf;
    border-radius: 20px;
    padding: 4px 17px;
    color: #626262;
    background: #fbfbfb;
    font-weight: bold;
    line-height: 26px;
}

#verify_content h2{
    font-size: 25px;
    margin: 17px 0px 7px;
    color: #793e74;
}
#verify_content h2 b{
    margin: 0px;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 600;
}
#verify_content h2 .ico_tag{
    background-size: 20px;
    width: 20px;
    height: 20px;
}
#session_select{
    width: 59px;
    height: 26px;
    font-size: 12px;
    color: #838383;
    position: absolute;
    right: 10px;
    top: 36px;
}
#session_select .select-display {
    font-size: 12px;
    padding: 5px 14px 5px 14px;
}
#session_select .select-options {
    right:0px;
    min-width: 222px;
    color: #303030;
}
#session_select .select-options li {
    position: relative;
}
#session_select .ico_clear {
    right:7px;
    top: 9px;
    width: 15px;
    height: 15px;
    opacity: 0;
    transition: all 0.3s ease;
    display: inline-block;
    visibility: hidden;
    background-size: 9px;
}
#session_select .select-options li:hover .ico_clear {
    visibility: visible;
    opacity: 0.7;
}
#session_select .select-options .num{
    letter-spacing: 1px;
}
#session_select .select-options .time{
    color: #8f8f8f;
    margin-left: 9px;
    font-size: 12px;
}
#session_select .new {
    background: url(/View/images/new.svg) #f7f7f7 3px 3px no-repeat;
    background-size: 12px;
}
#verify_content {
    text-align: center;
    width: 100%;
    min-width: 500px;
}
#verify_text {
    padding-top: 7px;
}
#verify_form {
    background: #f9f9f9;
    padding-bottom: 15px;
    position: relative;
    margin: 0px;
}
#verify_form dl {
    width: 308px;
}
#verify_form dl .input {
    width: 250px;
}
#verify_info {
    background: #f1f4f9;
    padding: 30px 0px 27px;
    font-size: 13px;
    color: #515151;
    border-top: 1px solid #b9b9b9;
    background-image: linear-gradient(180deg, #f1f4f9 0%,#ffffff 97%);
}
#verify_error {
    font-size: 17px;
    color: #9b1010;
    margin: 40px 0px;
    background: #ffe9e9;
    padding: 13px;
    font-weight: 500;
}
#verify_content .form dl label {
    font-size: 12px;
    width: 150px;
    text-align: left;
    margin: 14px 0px 0px 2px;
    display: block;
    position: unset;
    padding-left: 0px;
}
#verify_content .form dl label span.ico {
    position: unset;
    margin: -4px 7px;
}
#send_verify {
    margin-bottom: 34px;
    font-weight: normal;
}
#notice_dl {font-size: 15px;margin: 24px 0px 24px 0px;}
#notice_dl b {
    color: #8a8a8a;
    margin-left: 12px;
    font-weight: normal;
}
#code_dl {
    position: relative;
    margin-top: 10px;
}
#code_dl dl {
    width: 330px;
    overflow: hidden;
    height: 41px;
    padding: 3px 9px;
    margin-left: 34px;
}
#code_dl #code {
    padding: 10px 0px 10px 15px;
    letter-spacing: 41px;
    border: 0px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    outline: 0;
    width: 330px;
    height: 20px;
    position: absolute;
    background: none;
    color: #626262;
    caret-color: transparent;
    font-family: monospace;
}

#code_dl i {
    width: 38px;
    height: 37px;
    border: 1px solid #c9c9c9;
    display: inline-block;
    margin-right: 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 0 2px #e8f5ff;
}
#code_dl i.active {box-shadow: 0px 0px 0 3px #cdeaff;border: 1px solid #7fb0ff;}
#code_dl i.error {box-shadow: 0px 0px 0 3px #ffd7d7;border: 1px solid #d74b4b;}


#verify_footer {
    text-align: center;
}


span.svg{
    opacity: 0.57;
    margin: auto 0px -2px auto;
    transition: all 0.6s;
    background: none;
    width: 17px;
    height: 17px;
    vertical-align: -4px;
    display: inline-block;
}
span.svg svg{
    width: 17px;
    height: 17px;
}