html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
html {
line-height: 1
}
ol,ul {
list-style: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
caption,th,td {
font-weight: normal;
vertical-align: middle
}
q,blockquote {
quotes: none
}
q:before,q:after,blockquote:before,blockquote:after {
content: "";
content: none
}
a img {
border: none
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
display: block
}
.orange {
color: #f60
}
.dark-gray {
color: #666
}
.gray {
color: #999
}
.green {
color: #4b0
}
.red {
color: #f30
}
.center,.text-center {
text-align: center
}
body {
min-width: 1000px;
font-size: 12px;
line-height: 1.5em;
font-family:Arial,SimHei;
background-color: #fff;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased
}
input,textarea {
font-size: 12px;
font-family:Arial,SimHei;
}
a {
color: #c5182c;
text-decoration: none
}
a:hover,a:focus {
color: #c5182c;
text-decoration: none
}
a.new-window {
color: #c5182c
}
a.new-window:hover,a.new-window:focus {
color: #07d
}
img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
position: relative
}
img::before {
position: absolute;
display: block;
content: '';
top: -7px;
left: -7px;
height: -webkit-calc(100% + 10px);
height: -moz-calc(100% + 10px);
height: calc(100% + 10px);
width: -webkit-calc(100% + 10px);
width: -moz-calc(100% + 10px);
width: calc(100% + 10px);
background-color: #e6e6e6;
border: 2px dotted #c8c8c8;
border-radius: 5px
}
img::after {
position: absolute;
display: block;
content: '(>_<)';
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -1.5em;
height: 1em;
line-height: 1em;
width: 3em;
color: #646464;
text-align: center
}
.clearfix {
*zoom: 1
}
.clearfix:before,.clearfix:after {
display: table;
line-height: 0;
content: ""
}
.clearfix:after {
clear: both
}
.notifications {
position: fixed;
z-index: 10000;
top: 35px;
left: 50%;
margin-left: -225px
}
.notifications>div {
width: 400px;
position: relative;
text-align: center;
z-index: 10001;
margin: 5px 0px;
-webkit-animation: fadeInDown 0.3s linear;
-moz-animation: fadeInDown 0.3s linear;
animation: fadeInDown 0.3s linear
}
.notify-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #FFF
}
.notify-backdrop.fade {
opacity: 0
}
.notify-backdrop,.notify-backdrop.fade.in {
opacity: 0.8;
filter: alpha(opacity=80)
}
#header,.header {
margin: 20px 0 30px;
padding-bottom: 21px;
height: 40px
}
#header .header-logo,.header .header-logo {
float: left;
width: 260px;
height: 50px;
background: url(../../static/images/index/logo.jpg) no-repeat;
background-size: 260px;
position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
}
#header .header-title,.header .header-title {
position: relative;
top: 20px;
font-size: 16px;
color: #333;
padding-left: 10px;
margin: 0px 100px 0 280px;
border-left: 1px solid #e8e8e8;
}
#header .header-side,.header .header-side {
float: right;
margin-top: 9px
}
#header .js-route-transfer,.header .js-route-transfer {
font-size: 12px;
color: #c5182c
}
#footer {
margin-top: 20px;
text-align: center;
color: #999
}
#footer .copyright a {
color: #999
}
#footer .footer-connect {
margin-right: 10px
}
.ui-popover {
-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
display: none;
position: absolute;
z-index: 1010;
border-radius: 2px;
margin-left: -230px;
margin-top: -175px
}
.ui-popover .ui-popover-inner {
padding: 15px 30px;
width: 250px;
position: relative;
background: #fff;
border-radius: 2px;
z-index: 2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.ui-popover .arrow {
position: absolute;
width: 6px;
height: 6px;
background: #fff;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
box-shadow: 0 1px 4px rgba(0,0,0,0.4);
z-index: 1;
bottom: 20px;
right: 0;
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: rotate(45deg) translateX(50%);
-moz-transform: rotate(45deg) translateX(50%);
-ms-transform: rotate(45deg) translateX(50%);
transform: rotate(45deg) translateX(50%)
}
.ui-popover .page-popover-desc {
text-align: center;
font-size: 14px;
color: #666;
margin-bottom: 20px
}
.ui-popover .popover__qrcode {
float: left
}
.ui-popover .popover__qrcode:first-child {
margin-right: 30px
}
.ui-popover .popover__qrcode--desc {
margin-top: 8px;
font-size: 14px;
color: #333
}
.ui-popover img {
width: 80px;
height: 80px
}
.btn-wrapper:hover .ui-popover {
display: block
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset !important
}
.form-horizontal {
width: 350px;
margin: auto
}
.form-horizontal ::-webkit-input-placeholder {
color: #CACACA;
font-size: 14px
}
.form-horizontal .controls {
margin-left: 100px;
width: 250px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.form-horizontal .control-label {
width: 100px;
text-align: left;
color: #333;
font-size: 14px;
font-weight: bold
}
.form-horizontal .control-label1{
width: 200px;
text-align: left;
color: #333;
font-size: 14px;
font-weight: bold
}
.form-horizontal .js-password-focus {
width: 219px
}
.form-horizontal .control-group-container input,.form-horizontal .control-group-container input:focus {
outline: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 5px 0;
color: #c5182c;
text-shadow: 0 0 0 #333;
-webkit-text-fill-color: transparent
}
.form-horizontal .control-group-container input::-webkit-input-placeholder,.form-horizontal .control-group-container input:focus::-webkit-input-placeholder {
color: #CACACA;
font-size: 14px;
text-shadow: none;
-webkit-text-fill-color: initial
}
.form-horizontal .control-group-container .input-append {
width: 100%
}
.form-horizontal .control-group-container .input-half {
width: 150px
}
.form-horizontal .control-group-container .control-group {
border-bottom: 1px solid #E5E5E5;
margin-bottom: 1px;
padding-top: 20px;
height: 35px
}
.form-horizontal .control-group-container .control-group1 {
border-bottom: 1px solid #E5E5E5;
margin-bottom: 1px;
height: 35px
}
.form-horizontal .control-group-container .btn-operation {
border: none;
background: none;
font-size: 14px;
color: #c5182c;
float: right;
padding-right: 0px;
}
.chicuele{ cursor: pointer}
.form-horizontal .control-group-container .btn-operation.disabled,.form-horizontal .control-group-container .btn-operation[disabled] {
color: #CACACA
}
.form-horizontal .control-group-container .btn-operation:focus {
outline: none
}
.form-horizontal .control-group-container .icon-switch-password {
cursor: pointer;
display: inline-block;
width: 24px;
height: 14px;
background: url("") no-repeat center
}
.form-horizontal .control-group-container .icon-password-show {
background-image: url("")
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
.form-horizontal .control-group-container .icon-switch-password {
background: url("") no-repeat center;
background-size: 24px 9px
}
.form-horizontal .control-group-container .icon-password-show {
background-image: url("");
background-size: 24px 14px
}
}
.form-horizontal .control-group-container .hide {
display: none
}
.form-horizontal .err-msg {
font-size: 12px;
color: #FF4444;
margin-left: 100px;
padding-top: 5px;
height: 20px;
}
.form-horizontal .active .control-group {
margin-bottom: 0;
border-bottom: 2px solid #c5182c;
-webkit-transition: border-color ease-in-out .3s;
-moz-transition: border-color ease-in-out .3s;
transition: border-color ease-in-out .3s
}
.form-horizontal .valid-failed .control-group {
margin-bottom: 0;
border-bottom: 2px solid #FF4444;
-webkit-transition: border-color ease-in-out .3s;
-moz-transition: border-color ease-in-out .3s;
transition: border-color ease-in-out .3s
}
.form-horizontal .extra-group {
margin-top: 15px;
margin-bottom: 0
}
.form-horizontal .btn-primary {
height: 45px;
background-color: #c5182c;
border-color: #ba192b;
border-radius: 2px;
font-size: 16px;
margin-top: 30px
}
.form-horizontal .btn-primary.disabled,.form-horizontal .btn-primary[disabled] {
background-color: #8db0ce;
border-color: #82a2bd
}
.form-left-side {
float: left
}
#main {
padding: 20px; background-color: #fff;
}
#main .btn-default {
font-size: 12px;
background: #fff;
width: 140px;
margin: auto
}
.main-header {
border-bottom: 1px solid #e4e4e4;
margin-bottom: 20px
}
.main-header-title {
font-size: 20px;
color: #333333;
font-weight: 500
}
.logout-wrap {
position: absolute;
top: 10px;
right: 0
}
.notifications {
position: absolute
}
.notify-backdrop {
position: absolute
}
.widget-image-captcha {
top: 30%;
width: 320px;
min-height: 180px;
margin-left: -160px;
padding: 20px;
border: 1px solid #e5e5e5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: none;
box-shadow: none
}
.widget-image-captcha h4 {
font-size: 14px;
margin-bottom: 20px
}
.widget-image-captcha input {
display: inline-block;
border-radius: 2px 0 0 2px;
width: 177px;
height: 40px;
font-size: 16px;
margin-bottom: 0;
line-height: 40px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: bottom
}
.widget-image-captcha img {
display: inline-block;
vertical-align: bottom;
border-radius: 0 2px 2px 0
}
.widget-image-captcha button {
height: 40px;
font-size: 14px;
float: right
}
.widget-image-captcha .widget-image-captcha-error {
display: none
}
.widget-image-captcha .widget-image-captcha-action {
margin-top: 20px
}
.widget-image-captcha.error input {
border-color: #b94a48
}
.widget-image-captcha.error .widget-image-captcha-error {
margin-top: 6px;
display: block;
color: #b94a48;
font-size: 14px
}
.widget-image-captcha .btn-primary {
background: #c5182c
}
.ui-chosen {
position: relative;
vertical-align: middle
}
.ui-chosen .chosen-container-single {
width: 85px !important;
border: 1px solid #ccc;
border-radius: 2px
}
.ui-chosen .chosen-search {
display: none
}
.ui-chosen .chosen-search input:focus {
-webkit-box-shadow: none;
box-shadow: none
}
.ui-chosen .chosen-single {
position: relative;
display: inline-block;
color: #333;
height: 20px;
text-align: center;
background: none !important;
border: none !important;
-webkit-box-shadow: 0 0 0 !important;
box-shadow: 0 0 0 !important;
margin-top: 1px
}
.ui-chosen .chosen-single span {
height: 20px
}
.chosen-single span {
display: inline-block;
width: 66px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: left
}
.chosen-single div {
display: inline-block;
width: 8px;
height: 8px;
border-left: 1px solid;
border-bottom: 1px solid;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
transform: rotate(315deg);
position: absolute;
top: 2px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out
}
.chosen-dropdown-opened .chosen-single div {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
top: 5px
}
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.chosen-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
width: 241px;
border-top: 0;
background: #fff;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
box-shadow: 0 2px 4px rgba(0,0,0,0.2)
}
.chosen-container.chosen-with-drop .chosen-drop {
left: -1px
}
.chosen-container a {
cursor: pointer
}
.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: normal;
color: #999999
}
.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top
}
.chosen-container .chosen-results {
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
margin: 0;
max-height: 240px;
-webkit-overflow-scrolling: touch
}
.chosen-container .chosen-results li {
color: #333;
display: none;
margin: 0;
padding: 8px 8px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none
}
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default
}
.chosen-container .chosen-results li.highlighted {
background: #c5182c;
color: #fff
}
.chosen-container .chosen-results li.no-results {
color: #777;
display: list-item;
background: #f4f4f4
}
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px
}
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline
}
.ui-chosen .chosen-container-single {
height: 20px;
border: none;
border-right: 1px solid #CACACA
}
.controls .css-mobile {
width: 150px;
margin-left: -3px !important;
border-radius: 0 2px 2px 0;
-webkit-transition: width .3s ease-in;
-moz-transition: width .3s ease-in;
transition: width .3s ease-in;
background: white
}
.controls .css-country {
width: 93px;
display: inline-block;
-webkit-transition: width .3s ease-in;
-moz-transition: width .3s ease-in;
transition: width .3s ease-in
}
.single .css-country {
width: 0;
overflow: hidden
}
.animating .css-country {
overflow: hidden
}
.single .css-mobile {
width: 218px
}
.switch-login-mode {
float: right;
font-size: 14px;
color: #c5182c
}
.login-link {
float: right;
font-size: 14px;
color: #c5182c
}
.main-container {
width: 600px;
margin: auto
}
.main-container .content {
float: left
}
.steps{}
.steps li{float: left; width: 33.33%; text-align: center;
line-height:40px; font-size: 14px;color:#999}
.steps .active{color:#fff}
.storetype{
line-height:30px; padding-top: 10px;}
.storetype li{ float: left; width: 70px; font-size: 14px; background-color: #dfdfdf; margin:0 5px 0 5px; text-align: center; color: #999; cursor: pointer}
.storetype .active{ background-color: #c5182c; color: white;}
.stepsbg1{background: url('../../static/images/index/topregbg.jpg');background-position: 0px 0px; height: 40px;}
.stepsbg2{background: url('../../static/images/index/topregbg.jpg');background-position: 0px 80px; height: 40px;}
.stepsbg3{background: url('../../static/images/index/topregbg.jpg');background-position: 0px 40px; height: 40px;}
.reg_success{ margin-left: 200px; width: 700px;}
.reg_success .success_head { line-height: 30px; background: url('../../static/images/index/successimg.png') no-repeat top left; border-bottom: #dfdfdf solid 1px; padding: 0 0 40px 60px; margin: 20px;}
.reg_success .success_head h3{ margin-left: 30px; font-size: 18px;line-height: 50px; }
.reg_success .success_head p{ margin-left: 30px; font-size: 14px; color:#a8a8a8;line-height: 30px; padding-bottom: 20px;}
.reg_success .success_head1 { line-height: 30px; background: url('../../static/images/index/regtsimg.png') no-repeat top left; margin:20px 0 0 60px; }
.reg_success .success_head1 h3{ margin-left: 50px; font-size: 14px; }
.reg_success .success_head1 p{ margin-left: 30px; font-size: 14px; color:#a8a8a8}
.loginright{ background-color: #fff; padding: 30px; margin: 80px 0 0 0; border-radius: 5px;}
.loginright h3{ font-size: 18px; line-height: 40px; border-bottom: #dfdfdf solid 1px; padding-bottom: 20px;}
@media (max-width:768px) {
body,html {
width:1100px
}
}@media (max-width:1100px) {
body,html {
min-width:1000px
}
}.container {
margin:0 auto;
width:1200px
}
@media (max-width:1100px) {
.container {
width:100%
}
}.container.main-container {
min-height:400px
}
.yo-upload .box {
height: 140px !important;
}
.yo-upload .box {
position: relative;
border: 1px dashed #A0A0A0;
border-radius: 5px;
width: 100%;
height: 140px;
cursor:pointer;
text-align: center;
}
.yo-upload .box span i {
font-size: 30px;
font-weight: normal;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
position: absolute;
}
.yo-upload .box img {
z-index: 3;
border: 0;
max-height: 140px; height: auto;
max-width: 100%;
text-align: center;
}