.gradient-orangi {
    background-image: linear-gradient(to right, #f2bd42, #eea642);
}

@keyframes blink4tel {
    0% {
        transform: rotate(0) translate(-50%, -50%);
    }
    5% {
        transform: rotate(15deg) translate(-50%, -50%);
    }
    10% {
        transform: rotate(0deg) translate(-50%, -50%);
    }
    15% {
        transform: rotate(15deg) translate(-50%, -50%);
    }
    20% {
        transform: rotate(0) translate(-50%, -50%);
    }
    100% {
        transform: rotate(0) translate(-50%, -50%);
    }
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-size: 12px;
    line-height: 1.2rem;
    color: #333333;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 12px;
}

h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

h5 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

h6 {
    font-size: 1rem;
    line-height: 1.2rem;
}

.sup-container {
    max-width: 1280px;
    margin: 0 auto;
}

.pk-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 980px;
    height: auto;
    width: 100%;
}

.pk-box-shadow {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.pk-card-radius {
    border-radius: 10px;
}

.has-clear:before {
    content: "";
    display: table;
    clear: both;
}

.has-clear:after {
    content: "";
    display: table;
    clear: both;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.col-12 {
    width: 100%;
}

[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    position: relative;
    min-height: 1px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.row:before {
    content: "";
    display: table;
    clear: both;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.block:before {
    content: "";
    display: table;
    clear: both;
}

.block:after {
    content: "";
    display: table;
    clear: both;
}

.block.txt-center {
    text-align: center;
}

.block.txt-left {
    text-align: left;
}

.block.txt-right {
    text-align: right;
}

.btn {
    display: inline-block;
    text-decoration: none;
}

.btn-s {
    border-radius: 100px;
    line-height: 1.4rem;
    padding: 2px 6px;
    color: #ffffff;
    background-image: linear-gradient(to right, #f2bd42, #eea642);
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.btn-gray {
    color: #ffffff;
    background-color: #999999;
    padding: 5px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    line-height: 40px;
}

.btn-only {
    border-radius: 100px;
    color: #ffffff;
    line-height: 30px;
    padding: 2px 20px;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(to right, #f2bd42, #eea642);
}

.btn-tab {
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    background-color: #ffffff;
    color: #3c79ef;
    line-height: 30px;
    padding: 2px 10px;
    width: 100%;
}

.btn-tab.active {
    background-color: #3c79ef;
    color: #ffffff;
}

.top-nav {
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    color: #3c79ef;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.top-nav.bg-gray {
    background-color: #f5f5f5;
}

.top-nav.bg-white {
    background-color: #ffffff;
}

.top-nav .nav-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
}

.bottom-nav {
    display: block;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    border-top: 1px solid #999999;
}

.bottom-nav .bar-wrap {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    vertical-align: middle;
    background-color: #ffffff;
}

.bottom-nav .bar-wrap .bar-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #333333;
}

.bottom-nav .bar-wrap .bar-item span {
    padding-left: 40px;
    position: relative;
}

.bottom-nav .bar-wrap .bar-item span::before {
    width: 30px;
    height: 30px;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bottom-nav .bar-wrap .bar-item.contact span::before {
    background-image: url('../assets/bar-icon-contact.png');
}

.bottom-nav .bar-wrap .bar-item.home span::before {
    background-image: url('../assets/bar-icon-home.png');
}

.bottom-nav .bar-wrap .bar-item.telphone span::before {
    background-image: url('../assets/bar-icon-telphone.png');
}

.nav-icon-left {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    left: 8px;
    top: 0;
    z-index: 1;
}

.nav-icon-left .bg-icon {
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background-size: cover;
}

.nav-icon-right {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    right: 8px;
    top: 0;
    z-index: 1;
}

.nav-icon-right .bg-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background-size: cover;
}

.nav-icon-left .bg-icon.goback,
.nav-icon-right .bg-icon.goback {
    /* background-image: url('http://www.sh10000.net.cn/mobiletest/assets/nav-icon-goback.png'); */
	background-image: url('http://www.sh10086.net.cn/mobile/assets/images/imgs/arrow-left-1b42c.png');
}

.nav-icon-left .bg-icon.more,
.nav-icon-right .bg-icon.more {
    background-image: url('http://www.sh10000.net.cn/mobiletest/assets/nav-icon-more.png');
}

.nav-icon-left .bg-icon.telphone,
.nav-icon-right .bg-icon.telphone {
    background-image: url('http://www.sh10000.net.cn/mobiletest/assets/nav-icon-telphone.png');
    animation: blink4tel 2s ease 1s infinite;
}

.home-top-nav {
    background-color: #ff9900;
    height: 50px;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    position: fixed;
    z-index: 9;
}

.home-top-nav img.toplogo {
    height: 30px;
    position: absolute;
    top: 10px;
    left: 8px;
}

.home-top-nav .nav-icon-right .bg-icon {
    background-image: url('../assets/telphone-icon-white.png');
}

.home-dfbg,
.archive-bg {
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 100px;
}

.home-fast-btn {
    background-color: #ffffff;
    margin-bottom: 15px;
}

.home-fast-btn .cell {
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-fast-btn a {
    display: block;
    color: #333333;
    text-decoration: none;
}

.home-fast-btn .icon {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto 5px;
}

.home-fast-btn .name {
    text-align: center;
    display: block;
}

.home-entry {
    padding-bottom: 15px;
}

.home-entry .head {
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
}

.home-entry .title {
    color: #3c79ef;
    line-height: 50px;
    margin: 0;
    padding-left: 50px;
    position: relative;
}

.home-entry .title:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../assets/home-entry-icon-blue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
}

.home-entry .inside-banner {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.home-entry.entry-cloud .title {
    color: #ff9900;
}

.home-entry.entry-cloud .title:before {
    background-image: url('../assets/home-entry-icon-orange.png');
}

.home-entry.entry-cloud .cell {
    width: 50%;
    float: left;
}

.entry-company .rdmore {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #3c79ef;
    margin: 0 0 15px;
    font-weight: bold;
}

.home-product-list {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-single {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-content {
    position: relative;
}

.product-content .inside {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 120px;
    padding-bottom: 15px;
}

.product-content .side-icon {
    width: 60px;
    height: auto;
    right: 0;
    top: 3px;
    position: absolute;
    z-index: 2;
}

.product-content .side-icon .img-icon {
    width: 100%;
    height: auto;
    display: block;
}

.product-form {
    background-color: #f4f4f4;
    padding: 8px;
    margin-bottom: 15px;
}

.form-wrap .form-block {
    width: 100%;
    padding: 0 0 6px;
    line-height: 30px;
}

.form-wrap .form-block.dwarf {
    line-height: 20px;
}

.form-wrap .form-block.giant {
    padding: 0 0 18px;
}

.form-wrap .form-block span {
    display: inline-block;
}

.form-wrap .form-block span.recost {
    color: #999999;
    text-decoration: line-through;
    padding-right: 6px;
}

.form-wrap .form-block span.cost {
    color: #ff9900;
    font-weight: bold;
    font-size: 1.4rem;
}

.form-wrap .form-block .line-left {
    float: left;
    width: 30%;
}

.form-wrap .form-block .line-right {
    float: left;
    width: 70%;
    padding-left: 15px;
}

.form-wrap .form-block:before {
    content: "";
    display: table;
    clear: both;
}

.form-wrap .form-block:after {
    content: "";
    display: table;
    clear: both;
}

.form-wrap .form-block .fm-selected {
    position: relative;
    height: 30px;
    line-height: 30px;
}

.form-wrap .form-block .fm-selected .fm-select {
    background-color: #f4f4f4;
    border: 1px solid #999999;
    padding-left: 6px;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 30px;
    border-radius: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
}

.form-wrap .form-block .fm-selected::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #999999;
    content: "";
    z-index: 2;
    transform: translate(50%, -50%);
}

.form-wrap .form-block .fm-text {
    margin: 0;
    border: 1px solid #999999;
    padding: 6px;
    background-color: #f4f4f4;
    width: 100%;
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    box-shadow: none;
}

.form-wrap .form-block .fm-radio {
    display: inline-block;
    position: relative;
    padding: 0 6px 6px 0;
    line-height: 18px;
    width: 45%;
}

.form-wrap .form-block .fm-radio span {
    padding-left: 20px;
}

.form-wrap .form-block .fm-radio input[type="radio"] {
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    padding: 0;
}

.form-wrap .form-block .fm-radio input[type="radio"]:after {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    box-shadow: 0 0 2px #999999;
}

.form-wrap .form-block .fm-radio input[type="radio"]:checked::before {
    width: 12px;
    height: 12px;
    background-color: #3c79ef;
    content: "";
    display: block;
    z-index: 3;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
}

table {
    border-collapse: collapse;
    vertical-align: middle;
}

table th,
table td {
    padding: 10px 0;
    margin: 0;
}

.product-detail-tb {
    margin-bottom: 15px;
}

.table-pro {
    width: 100%;
    text-align: center;
    position: relative;
    letter-spacing: -1px;
}

.table-pro th {
    vertical-align: middle;
    color: #fff;
    background-color: #3c79ef;
    border-right: 1px solid #bbd1fd;
    border-bottom: 1px solid #bbd1fd;
    font-weight: normal;
}

.table-pro td {
    vertical-align: middle;
    background-color: #e7effe;
    border-right: 1px solid #bbd1fd;
    border-bottom: 1px solid #bbd1fd;
}

.table-pro td.recost {
    text-decoration: line-through;
}

.table-pro td.cost {
    color: #ff9900;
    font-weight: bold;
}

.table-pro::before {
    content: "";
    z-index: 1;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    position: absolute;
}

.table-pro::after {
    content: "";
    z-index: 1;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    position: absolute;
}

.product-scenes {
    padding-bottom: 15px;
}

.product-scenes img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
}

.product-scenes p {
    /* text-align: center; */
}

.banner {
    padding-bottom: 15px;
}

.banner img {
    width: 100%;
    display: block;
}

.page-archive {
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}

.page-archive .tab-nav {
    text-align: center;
    padding-bottom: 15px;
}

.page-archive .tab-nav>.col-4 {
    margin-bottom: 15px;
}

.page-archive .tab-main {
    padding-bottom: 70px;
}

.page-archive .tab-part .tab-head {
    text-align: center;
}

.page-archive .tab-part .tag-bar {
    padding-bottom: 15px;
}

.page-archive .tab-part .tag-bar span {
    display: inline-block;
    background-color: #e7effe;
    color: #666666;
    padding: 5px 12px;
    border-radius: 100px;
}

.page-archive .tab-part .tag-bar span i {
    color: #3c79ef;
    font-style: normal;
}

.page-sent {
    background-color: #f4f4f4;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-sent .sent-msg {
    text-align: center;
    padding-bottom: 15px;
}

.page-sent .sent-msg .head {
    color: #ff9900;
    line-height: 60px;
    padding-left: 60px;
    position: relative;
}

.page-sent .sent-msg .head>span {
    display: inline-block;
    position: relative;
}

.page-sent .sent-msg .head span::before {
    background-image: url('../assets/page-sent-icon-ok.png');
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.page-sent .sent-fastlane {
    text-align: center;
}

.page-sent .sent-fastlane .icon {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ff9900;
    width: 60px;
    display: block;
    margin: 0 auto 15px;
    border-radius: 10px;
}

.page-sent .sent-fastlane .col-4 {
    padding: 0 15px;
}

.page-sent .sent-fastlane .col-4>a {
    text-decoration: none;
    color: #333333;
}

.midbox {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: block;
    width: 80%;
}

.pro-card {
    width: 100%;
    background-color: #ffffff;
    padding: 5px 0;
    margin: 0 auto 15px;
    display: table;
    min-height: 70px;
    text-decoration: none;
    color: #333333;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.pro-card:before {
    content: "";
    display: table;
    clear: both;
}

.pro-card:after {
    content: "";
    display: table;
    clear: both;
}

.pro-card .cell-1 {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 1px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pro-card .cell-1-w27 {
    width: 27.5%;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 1px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pro-card .cell-1-w20 {
    width: 42%;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 1px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pro-card .cell-2 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 1px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pro-card p {
    margin: 0;
    line-height: 1.6rem;
}

.pro-card p.cost {
    color: #ff9900;
    font-size: 1.3rem;
    margin: 0 0 5px;
    font-weight: bold;
}

.pro-card p.blue {
    color: #3c79ef;
}

.pro-card p.cate {
    color: #999999;
}

.pro-card p.big {
    font-size: 1.4rem;
    line-height: 1.5rem;
}

.pro-card p.h {
    font-weight: bold;
    margin-top: -14px;
    position: relative;
    padding-bottom: 6px;
}

.pro-card p.h:after {
    position: absolute;
    width: 10px;
    height: 1px;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #ffffff;
}