/**
 * Created by lijinfeng on 2019/2/14.
 */

*, *:after, *:before {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #F9F9F9;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}
/*2019-7-15修改 底部一栏文字的颜色和首页底部的保持一致*/
a, a:active, a:focus {
    /*color: initial;*/
}

a:hover {
    color: #cc3333;
}


abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

iframe {
    display: block;
    width: 100%;
    border: none;
    background: none;
}

[hidden] {
    display: none;
}

.cl-088af5 {
    color: #2865AE;
}
.cl-cc3333 {
    color: #cc3333;
}
.cl-2c9bff {
    color: #2865AE;
}

.cl-999999 {
    color: #999999;
}

.cl-f00000 {
    color: #f00000;
}

.left {
    float: left;
}

.right {
    float: right;
}

.casmart {
    font-size: inherit;
}

.hand {
    cursor: pointer;
}

.card {
    background: #fff;
    /*border-radius:0px;*/
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
    /*top:30px*/
}

.info {
    color: #cdcdcd;
}

.info a {
    color: #2865AE;
}

/*.min-w {*/
/*    min-width: 1210px;*/
/*}*/

.w {

    margin-left: 200px;
    margin-right: 200px;
    background-size: 100% 100%;

    /*position: relative;*/
}

.shortcut {
    height: 24px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    /*background-image: -moz-linear-gradient(0deg, rgb(0, 180, 255) 0%, rgb(16, 145, 247) 43%, rgb(32, 110, 239) 97%);*/
    /*background-image: -webkit-linear-gradient(0deg, rgb(0, 180, 255) 0%, rgb(16, 145, 247) 43%, rgb(32, 110, 239) 97%);*/
    /*background-image: -ms-linear-gradient(0deg, rgb(0, 180, 255) 0%, rgb(16, 145, 247) 43%, rgb(32, 110, 239) 97%);*/
    /*background-color: #2865AE;*/
    background: url("/img/imageNew/shortcut.jpg") no-repeat;
    background-size: 100% 100%;
}

.shortcut .left a {
    color: #FFBC00;
}

.shortcut .right span {
    margin: 0 8px;
}

.shortcut .right a {
    color: #FFBC00;
}

.header {
    /*background-color: rgb(255, 255, 255);*/
    background: url("/img/imageNew/header.jpg") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.04);
    height: 101px;
    /*margin-top: -10px;*/
}

.header-logo {
    padding-top: 21px;
    width: 286px;
    height: auto;
}

.header-title {
    position: absolute;
    top: 0;
    left: 244px;
    width: 194px;
    height: 108px;

}

.header-shopping-cart {
    margin-left: 40px;
}

.header-shopping-cart img {
    margin-top: 37px;
}

.header-title img {
    margin-top: 26px;
    margin-left: 26px;
}

.header-nav {
    margin-top: 26px;
    margin-left: 320px;
}

.header-quit {
    margin-top: 38px;
}

.header-quit a {
    display: inline-block;
    width: 81px;
    height: 26px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    border-radius: 26px;
    font-size: 14px;
    /*background-image: -moz-linear-gradient(0deg, rgb(0, 180, 255) 0%, rgb(16, 145, 247) 51%, rgb(32, 110, 239) 97%);*/
    /*background-image: -webkit-linear-gradient(0deg, rgb(0, 180, 255) 0%, rgb(16, 145, 247) 51%, rgb(32, 110, 239) 97%);*/
    /*background-image: -ms-linear-gradient(0deg, rgb(0, 180, 255) 0%, rgb(16, 145, 247) 51%, rgb(32, 110, 239) 97%);*/
    background-color: #2865AE;
}

.header-quit .casmart {
    color: #2865AE;
    font-size: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

.body {
    height: 100%;
    width: 100%;
}
.body.min-w {
    min-height: 595px;
    position: relative;
}
.body-right {
    position: relative;
    top: 0;
    bottom: 0;
    width: 900px;
    /* float: left; */
    /* margin-left: 9px; */
    margin: auto;
}

.body-content {
    padding: 0px;
    height: 100%;
}

.body-title {
    margin-bottom: 10px;
}

.body-title:after {
    content: '';
    display: block;
    clear: both;
}

.body-title h2 {
    float: left;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

.body-title .goback,
.body-title .more {
    display: block;
    padding-top: 7px;
    float: right;
    font-size: 14px;
    line-height: 1;
    color: #595959;
    cursor: pointer;
}
.body-title .goback {
    padding-right: 15px;
}
.body-title .goback:hover,
.body-title .more:hover {
    color: #2865AE;
}


.footer {
    background: #666666;
    background-size: 100% 100%;
}

.footer-slogan {
    height: 128px;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 50px;
    background: url("../img/footer_slogan.png") no-repeat center center;
}

.footer-logo {
    width: 300px;
}

.footer-logo img {
    margin-bottom: 22px;
}

.footer-logo-time {
    font-size: 16px;
    color: #3d3d3d;
}

.footer-nav {
    width: 650px;
}

.footer-contact {
    width: 260px;
}

.footer-phone-number {
    font-size: 26px;
    color: #ffa006;
    line-height: 1;
}

.footer-phone-number .casmart {
    margin-right: 8px;
}

.footer-qr-code img {
    width: 100%;
    margin: 10px 0;
}

.footer-qr-code-name {
    font-size: 14px;
    color: #3d3d3d;
    text-align: center;
}

.footer-nav-title {
    font-size: 18px;
    font-weight: bold;
    color: #292929;
}

.footer-nav ul li {
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 14px;
}

.footer-info {
    margin-top: 50px;
    text-align: center;
    line-height: 1.8;
    color: #7b7b7b;
    padding-bottom: 20px;
}

.footer-link {
    margin-bottom: 30px;
    color: #2b78cc;
}

.footer-link a {
    color: #7b7b7b;
    margin: 0 4px;
}

.footer-map a {
    margin: 0 4px;
}

.suspension {
    background-image: -moz-linear-gradient(-90deg, rgb(3, 172, 253) 0%, rgb(101, 25, 239) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(3, 172, 253) 0%, rgb(101, 25, 239) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(3, 172, 253) 0%, rgb(101, 25, 239) 100%);
    background-color: rgb(3, 172, 253);
    box-shadow: 5px 8.66px 14px 0 rgba(0, 0, 0, 0.06);
    position: fixed;
    left: 50%;
    top: 142px;
    width: 51px;
    border-radius: 51px;
    margin-left: 626px;
    color: #fff;
    text-align: center;
}

.suspension ul li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

.suspension .casmart {
    display: block;
    font-size: 28px;
}

.suspension .suspension-go-top {
    margin-bottom: 16px;
}

.suspension .suspension-go-top .casmart {
    font-size: 32px;
    cursor: pointer;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-left-110 {
    margin-left: 110px;
}

.margin-left-10 {
    margin-left: 10px;
}

.body-search .layui-form-item .layui-input-inline {
    width: 200px;
}

.body-search .layui-input, .body-search .layui-select, .body-search .layui-textarea {
    height: 32px;
    line-height: 1;
    line-height: 32px \9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 4px;
}

.body-search .layui-form-label {
    min-width: 100px;
    text-align: right;
    color: #262626;
    float: left;
    padding: 6px 8px 6px 0;
}

.body-search .layui-input:focus, .body-search .layui-select:focus, .body-search .layui-textarea:focus {
    border-color: #2865AE;
}

.body-search .layui-btn {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 12px;
}

.layui-btn-tools {
    border-radius: 4px;
}

.layui-btn-tools {
    border: 1px solid #2865AE;
    background-color: #fff;
    color: #2865AE;
    float: left;
    transition: all .3s;
    -webkit-transition: all .3s
}

.layui-btn-tools:hover {
    color: #2865AE;
    background-color: #d9eeff
}

.steps ul li {
    position: relative;
    float: left;
}

.steps-1 li {
    width: 100%;
}

.steps-2 li {
    width: 50%;
}

.steps-3 li {
    width: 33.33%;
}

.steps-4 li {
    width: 25%;
}

.steps-5 li {
    width: 20%;
}

.steps-6 li {
    width: 16.66%;
}

.steps-7 li {
    width: 14.28%;
}

.step-number {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-radius: 50%;
    background-color: #cbcbcb;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.step-line {
    margin-top: 8px;
    height: 5px;
    background-color: #cbcbcb;
}

.step-test {
    text-align: center;
    padding: 10px 10px 0 10px;
    color: #cbcbcb;
}

.step-active .step-number {
    background-color: #ff7700;
}

.step-active .step-line {
    background-color: #ff7700;
}

.step-active .step-test {
    color: #ff7700;
}

.login-header {
    background-color: #fff;
    height: 131px;
}

.login-header .left {
    margin-left: 40px;
}

.login-header .right {
    margin-right: 40px;
}

.login-header img {
    margin-top: 48px;
}

.login-header-text {
    margin-top: 45px;
    font-size: 16px;
    color: #595959;
}

.login-header-number {
    font-size: 26px;
    color: #2865AE;
}

/*.login-body {*/
/*    height: 561px;*/
/*}*/

.login-content {
    margin-top: 100px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.04);
    width: 500px;
    /*height:500px;*/
}

.login-body-title {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #cccccc;
    padding: 0 27px;
}

.login-body-title h1 {
    font-weight: normal;
    font-size: 21px;
    color: #595959;
    margin: 0;
}

.login-body-title span {
    font-size: 14px;
    color: #595959;
}

.login-body-title a {
    color: #569cee;
}

.login-form {
    /*padding: 27px 27px 0 27px;*/
}

.login-label {
    width: 51px;
    height: 48px;
    border-right: 4px solid #fff;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    background-color: #f5f5f5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.login-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #f5f5f5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 53px
}

.login-btn {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    background-color: #cc3333;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    cursor: pointer;
}

.login-form .login-input {
    width: 292px;
    height: 56px;
    position: relative;
    padding-right: 43px;
}

.login-form .login-input.login-input-verifycode {
    width: 148px;
}

.login-verifycode {
    margin-top: 12px;
}

.login-verifycode img {
    width: 60px;
    height: 25px;
}

.login-verifycode a {
    margin-left: 9px;
    line-height: 25px;
}

.forget-password {
    font-size: 14px;
    color: #2865AE;
}

.forget-password a {
    margin-bottom: 15px;
}

.login-footer {
    background-color: #fff;
    height: 151px;
}

.login-footer .left {
    margin-top: 37px;
}

.login-footer .left a {
    margin: 0 8px;
}

.login-footer .right {
    margin-top: 37px;
}

.register-header {
    height: 70px;
    border-bottom: white 1px;
}

.register-header .left {
    margin-left: 140px;
}

.register-header .right {
    margin-right: 140px;
}

.register-header img {
    margin-top: 20px;
}

.register-header-text {
    margin-top: 31px;
    /*font-size: 16px;*/
    color: #595959;
}

.register-header-number {
    font-size: 26px;
    color: #2865AE;
}

.register-content-w {
    width: 1030px;
    margin: 0 auto;
}

.register-tab ul {
    margin: 18px auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.05);
    width: 467px;
    height: 46px;
    overflow: hidden;
}

.register-tab ul li {
    float: left;
    width: 154px;
    height: 46px;
    border-left: 1px solid #cccccc;
    color: #262626;
}

.register-tab ul li a {
    display: block;
    width: 154px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.register-tab ul li:first-child {
    border-left: none;
}

.register-tab ul li.register-tab-active {
    background-color: #2865AE;
}

.register-tab ul li.register-tab-active a {
    color: #fff;
}

.register-content {
    padding: 10px 50px 30px 50px;
}

.register-content .register-side .to-login-text {
    width: 281px;
    text-align: center;
    margin-bottom: 21px;
}

.register-content .register-side .to-login {
    display: block;
    border-radius: 5px;
    background-color: #ffb339;
    width: 281px;
    height: 33px;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

.register-content .register-side .register-follow {
    padding: 25px 24px;
}

.register-content .register-side .register-follow .register-img {
    width: 100px;
    height: 100px;
}

.register-content .register-side .register-follow .register-img-text {
    margin-top: 14px;
    margin-right: 35px;
    line-height: 30px;
}

.register-form {
    width: 550px;
    padding-right: 50px;
}

.register-form .layui-form-label span {
    color: #f00000;
    margin-right: 6px;
}

.register-form-checkbox-block {
    margin-top: 10px;
}

.layui-layer-box {
    display: none;
    padding: 15px;
}

.layui-form-item .layui-input-inline {
    width: 200px;
}

.border {
    border: 1px solid #e2e2e2;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.padding-10 {
    padding: 10px;
}

.layui-radio-mp0 .layui-form-radio {
    margin-right: 0;
    padding-right: 0;
}

.w-760 {
    width: 760px !important;
}

.w-240 {
    width: 240px !important;
}

.w-410 {
    width: 410px !important;
}

.w-600 {
    width: 600px !important;
}

.supplier-home-notice-item {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cdcdcd;
}

.supplier-home-notice-item p {
    margin-bottom: 10px;
}

.supplier-home-notice-item p a {
    color: #595959;

}

.x-red {
    color: red;
    position: relative;
    top: 3px;
    margin-right: 3px;
    font-weight: bold;
}

label.error {
    color: red;
}

.error {
    border-color: red;
}

.error:hover, .error:focus {
    border-color: red;
}

.error + .layui-form-select .layui-input, .error:focus {
    border: 1px solid red !important
}

.autocomplete-wrapper {
    margin: 44px auto 44px;
    max-width: 600px;
}

.autocomplete-wrapper label {
    display: block;
    margin-bottom: .75em;
    color: #3f4e5e;
    font-size: 1.25em;
}

.autocomplete-wrapper .text-field {
    padding: 0 15px;
    width: 100%;
    height: 40px;
    border: 1px solid #CBD3DD;
    font-size: 1.125em;
}

.autocomplete-wrapper ::-webkit-input-placeholder {
    color: #CBD3DD;
    font-style: italic;
    font-size: 18px;
}

.autocomplete-wrapper :-moz-placeholder {
    color: #CBD3DD;
    font-style: italic;
    font-size: 18px;
}

.autocomplete-wrapper ::-moz-placeholder {
    color: #CBD3DD;
    font-style: italic;
    font-size: 18px;
}

.autocomplete-wrapper :-ms-input-placeholder {
    color: #CBD3DD;
    font-style: italic;
    font-size: 18px;
}

.autocomplete-suggestions {
    overflow: auto;
    border: 1px solid #CBD3DD;
    background: #FFF;
}

.autocomplete-suggestion {
    overflow: hidden;
    padding: 5px 15px;
    white-space: nowrap;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    color: #029cca;
    font-weight: normal;
}

.notice {
    padding: 20px;
}

.notice-title {
    text-align: center;
}

.notice-time {
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: 1px dashed #e6e6e6;
    text-align: center;
    color: #666666;
}

.notice-text {
    padding: 10px 0;
}

.consultation-message {
    padding: 10px;
    margin-top: 60px;
}

.consultation-message ul li {
    padding-bottom: 20px;
}

.consultation-message ul li .consultation-message-portrait {
    width: 60px;
    height: 60px;
    padding: 0 30px;
}

.consultation-message ul li .consultation-message-portrait img {
    width: 100%;
    height: 100%;
}

.consultation-message-portrait-row {
    width: 840px;
    margin-bottom: 10px;
}

.form-label-word-6 .layui-form-label {
    width: 116px;
}

.form-label-word-6 .layui-input-block {
    margin-left: 116px;
}

.form-label-word-7 .layui-form-label {
    width: 134px;
}

.form-label-word-7 .layui-input-block {
    margin-left: 134px;
}

.form-label-word-8 .layui-form-label {
    width: 148px;
}

.form-label-word-8 .layui-input-block {
    margin-left: 148px;
}

.form-label-word-9 .layui-form-label {
    width: 162px;
}

.form-label-word-9 .layui-input-block {
    margin-left: 162px;
}

.table-tag-error {
    padding: 2px 4px;
    border-radius: 2px;
    min-width: 50px;
    text-align: center;
    font-size: 12px;
    color: #FF5722;
}

.table-tag-success {
    padding: 2px 4px;
    border-radius: 2px;
    min-width: 50px;
    text-align: center;
    font-size: 12px;
    color: #2865AE;
}

.table-tag-wait {
    padding: 2px 4px;
    border-radius: 2px;
    min-width: 50px;
    text-align: center;
    font-size: 12px;
    color: #FFB800;
}

.layui-table-cell {
    height: inherit;
    white-space:normal;
    word-break:break-all;
	padding: 0 5px;
}
.layui-table-page .layui-icon {
    color: #333;
}
