@charset "utf-8";
body {
    line-height: 1;
    font-family:"微软雅黑",Microsoft YaHei, Arial, Tahoma, sans-serif; 
    width: 100%;
    font-size: 100%;
    overflow-x: auto;
}

ol,
ul {
    list-style: none;
}

* {
    outline: none;
}


/* CSS Document */


/* reset.css */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
li {
    margin: 0;
    padding: 0
}

em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none;
    overflow: auto;
}

input,
textarea {
    outline: none;
}

h3,
h2,
h4,
h5 {
    font-weight: normal;
}

i {
    font-style: normal;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* end reset.css */


/*public.css*/

.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

.red {
    color: red;
    padding: 0 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1170px;
    margin: 0 auto;
}


/*自定义共用style*/

label {
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.form-group>label[class*="col-"] {
    padding-top: 4px;
    margin-bottom: 4px
}

.form-horizontal .control-label {
    text-align: right;
}

.width-20 {
    width: 20%!important
}

.width-25 {
    width: 25%!important
}

.width-30 {
    width: 30%!important
}

.width-35 {
    width: 35%!important
}

.width-40 {
    width: 40%!important
}

.width-45 {
    width: 45%!important
}

.width-50 {
    width: 50%!important
}

.width-55 {
    width: 55%!important
}

.width-60 {
    width: 60%!important
}

.width-65 {
    width: 65%!important
}

.width-70 {
    width: 70%!important
}

.width-75 {
    width: 75%!important
}

.width-80 {
    width: 80%!important
}

.width-85 {
    width: 85%!important
}

.width-90 {
    width: 90%!important
}

.width-95 {
    width: 95%!important
}

.width-100 {
    width: 100%!important
}

.width-48 {
    width: 48%!important
}

.width-auto {
    width: auto!important
}

.height-auto {
    height: auto!important
}

.no-padding {
    padding: 0!important
}

.no-padding-bottom {
    padding-bottom: 0!important
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-left {
    padding-left: 0!important
}

.no-padding-right {
    padding-right: 0!important
}

.no-margin {
    margin: 0!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

.no-margin-top {
    margin-top: 0!important
}

.no-margin-left {
    margin-left: 0!important
}

.no-margin-right {
    margin-right: 0!important
}

.no-border {
    border: 0
}

.no-border-bottom {
    border-bottom: 0
}

.no-border-top {
    border-top: 0
}

.no-border-left {
    border-left: none
}

.no-border-right {
    border-right: 0
}

.no-underline {
    text-decoration: none!important
}

.no-hover-underline:hover {
    text-decoration: none!important
}

.no-shadow,
.no-box-shadow {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.no-text-shadow {
    text-shadow: none!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-scroll {
    overflow: scroll!important
}

.overflow-visible {
    overflow: visible!important
}

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-top: 1px solid #e3e3e3;
    margin: 15px 0
}

.hr-double {
    height: 3px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.hr.dotted,
.hr-dotted {
    border-top-style: dotted
}

.hr-double.dotted {
    border-bottom-style: dotted
}

.hr-32,
.hr32 {
    margin: 32px 0
}

.hr-30,
.hr30 {
    margin: 30px 0
}

.hr-28,
.hr28 {
    margin: 28px 0
}

.hr-26,
.hr26 {
    margin: 26px 0
}

.hr-24,
.hr24 {
    margin: 24px 0
}

.hr-22,
.hr22 {
    margin: 22px 0
}

.hr-20,
.hr20 {
    margin: 20px 0
}

.hr-18,
.hr18 {
    margin: 18px 0
}

.hr-16,
.hr16 {
    margin: 16px 0
}

.hr-15,
.hr15 {
    margin: 15px 0
}

.hr-14,
.hr14 {
    margin: 14px 0
}

.hr-12,
.hr12 {
    margin: 12px 0
}

.hr-10,
.hr10 {
    margin: 10px 0
}

.hr-8,
.hr8 {
    margin: 8px 0
}

.hr-6,
.hr6 {
    margin: 6px 0
}

.hr-4,
.hr4 {
    margin: 4px 0
}

.hr-2,
.hr2 {
    margin: 2px 0
}

.bolder {
    font-weight: bolder
}

.inline {
    display: inline-block!important
}

.block {
    display: block!important
}

.center,
.align-center {
    text-align: center!important
}

.align-left {
    text-align: left!important
}

.align-right {
    text-align: right!important
}

.middle {
    vertical-align: middle
}

.align-middle {
    vertical-align: middle!important
}

.align-top {
    vertical-align: top!important
}

.align-bottom {
    vertical-align: bottom!important
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}


/* 按钮 */

.btn {
    display: inline-block;
    color: #FFF!important;
    background-image: none!important;
    border: 1px solid #FFF;
    border-radius: 3px;
    box-shadow: none!important;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative
}

.btn-lg {
    border-width: 1px;
    line-height: 1.35;
    padding: 7px 16px
}

.btn-sm {
    border-width: 1px;
    font-size: 14px;
    padding: 4px 23px;
    line-height: 1.9
}

.btn-xs {
    padding: 0 16px;
    line-height: 28px;
    border-width: 1px;
    font-size: 14px
}

.btn-minier {
    padding: 0 14px;
    line-height: 20px;
    border-width: 1px;
    font-size: 14px
}

button.btn:active {
    top: 1px;
    left: 1px
}

.btn,
.btn-default,
.btn:focus,
.btn-default:focus {
    background-color: #abbac3!important;
    border-color: #abbac3
}

.btn:hover,
.btn-default:hover,
.open .btn.dropdown-toggle,
.open .btn-default.dropdown-toggle {
    background-color: #8b9aa3!important;
    border-color: #abbac3
}

.btn.no-border:hover,
.btn-default.no-border:hover {
    border-color: #8b9aa3
}

.btn.no-hover:hover,
.btn-default.no-hover:hover {
    background-color: #abbac3!important
}

.btn.active,
.btn-default.active {
    background-color: #9baab3!important;
    border-color: #8799a4
}

.btn.no-border.active,
.btn-default.no-border.active {
    background-color: #92a3ac!important;
    border-color: #92a3ac
}


/* 按钮颜色效果 */

.btn.disabled,
.btn-default.disabled,
.btn[disabled],
.btn-default[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn-default,
.btn.disabled:hover,
.btn-default.disabled:hover,
.btn[disabled]:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn-default:hover,
.btn.disabled:focus,
.btn-default.disabled:focus,
.btn[disabled]:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn-default:focus,
.btn.disabled:active,
.btn-default.disabled:active,
.btn[disabled]:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn-default:active,
.btn.disabled.active,
.btn-default.disabled.active,
.btn[disabled].active,
.btn-default[disabled].active,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn-default.active {
    background-color: #d7d7d7!important;
    border-color: #939393;
    color: #616161 !important;
}

.btn-primary,
.btn-primary:focus {
    background-color: #fff!important;
    border-color: #1e88e5;
    color: #1e88e5 !important;
    /*#428bca*/
}

.btn-primary:hover,
.open .btn-primary.dropdown-toggle {
    background-color: #3a82cc!important;
    border-color: #1e88e5;
    color: #fff !important;
}

.btn-primary.no-border:hover {
    border-color: #2d72b9
}

.btn-primary.no-hover:hover {
    background-color: #2d72b9!important
}

.btn-primary.active {
    background-color: #2f7bba!important;
    border-color: #27689d
}

.btn-primary.no-border.active {
    background-color: #2b72ae!important;
    border-color: #2b72ae
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca!important;
    border-color: #428bca;
}

.btn-info,
.btn-info:focus {
    background-color: #1e88e5!important;
    border-color: #1e88e5
}

.btn-info:hover,
.open .btn-info.dropdown-toggle {
    background-color: #3a82cc!important;
    border-color: #1e88e5;
    color: #fff !important;
}

.btn-info.no-border:hover {
    border-color: #4f99c6
}

.btn-info.no-hover:hover {
    background-color: #6fb3e0!important
}

.btn-info.active {
    background-color: #5fa6d3!important;
    border-color: #4396cb
}

.btn-info.no-border.active {
    background-color: #539fd0!important;
    border-color: #539fd0
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #6fb3e0!important;
    border-color: #6fb3e0
}

.btn-success,
.btn-success:focus {
    background-color: #87b87f!important;
    border-color: #87b87f
}

.btn-success:hover,
.open .btn-success.dropdown-toggle {
    background-color: #629b58!important;
    border-color: #87b87f
}

.btn-success.no-border:hover {
    border-color: #629b58
}

.btn-success.no-hover:hover {
    background-color: #87b87f!important
}

.btn-success.active {
    background-color: #75aa6c!important;
    border-color: #629959
}

.btn-success.no-border.active {
    background-color: #6ba462!important;
    border-color: #6ba462
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #87b87f!important;
    border-color: #87b87f
}

.btn-warning,
.btn-warning:focus {
    background-color: #ffb752!important;
    border-color: #ffb752
}

.btn-warning:hover,
.open .btn-warning.dropdown-toggle {
    background-color: #e59729!important;
    border-color: #ffb752
}

.btn-warning.no-border:hover {
    border-color: #e59729
}

.btn-warning.no-hover:hover {
    background-color: #ffb752!important
}

.btn-warning.active {
    background-color: #f2a73e!important;
    border-color: #f0981c
}

.btn-warning.no-border.active {
    background-color: #f1a02f!important;
    border-color: #f1a02f
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ffb752!important;
    border-color: #ffb752
}

.btn-danger,
.btn-danger:focus {
    background-color: #db524b!important;
    border-color: #d74037;
}

.btn-danger:hover,
.open .btn-danger.dropdown-toggle {
    background-color: #ed1c24!important;
    border-color: #d74037
}

.btn-danger.no-border:hover {
    border-color: #d74037
}

.btn-danger.no-hover:hover {
    background-color: #ed1c24!important
}

.btn-danger.active {
    background-color: #c4513e!important;
    border-color: #aa4434
}

.btn-danger.no-border.active {
    background-color: #ba4b39!important;
    border-color: #ba4b39
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d7d7d7!important;
    border-color: #939393
}


/*End*/


/*页头*/

.page-header {
    height: 40px;
    background: #eee;
    font-family:"微软雅黑",Microsoft YaHei, Arial, Tahoma, sans-serif; 
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.pageNews-List {
    padding: 0px;
    margin: 0px;
}

.pageNews-List li {
    float: left;
    line-height: 40px;
}

.pageNews-List li a {
    padding: 0 20px 0 0px !important;
    cursor: pointer;
    color: #757575;
    font-size: 14px;
}

.pageNews-List li .userName {
    color: #1e88e5 !important;
    max-width: 150px;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.phone_ionic {
    background: url(../img/phone_icon.png) no-repeat 0 0;
    height: 19px;
    margin: 12px 0 6px 20px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.phone_ionic>span {
    float: left;
    margin-top: 2px;
    color:#757575;
}

.phone-down-modal {
    display: none;
    padding: 20px;
    background: #f4f4f4;
    position: absolute;
    z-index: 10000;
    top: 24px;
    right: 0px;
    border: 1px solid #e0e0e0;
    cursor: default;
    -webkit-box-shadow: 3px 4px 30px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 3px 4px 30px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 3px 4px 30px 0px rgba(44, 44, 44, 0.5);
}

.phone-down-modal img {
    width: 150px;
    height: 150px;
}

a[href] {
    outline: none;
}
.main-con {
    border-top: 1px solid #EDEDED;
    min-width: 1170px;
    width: 100%;
}

/* 订单 */
.orderTitle {
    height: 80px;
    line-height: 30px;
}
.orderTitle>h3 {
    color: #9e9e9e;
    padding-top: 30px;
    padding-left: 15px;
    font-size: 20px;
    font-family:"微软雅黑",Microsoft YaHei, Arial, Tahoma, sans-serif; 
}


