cxhxy/public/assets/css/index.css
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

2546 lines
46 KiB
CSS
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

* {
margin: 0;
padding: 0;
border:0;
box-sizing: border-box;
font-size: 14px;
}
a,
a:hover {
text-decoration: none;
}
input:-webkit-autofill{
-webit-text-fill-color:#fff;
transition: background-color 50000s ease-in-out 0s;
}
html,
body{
width: 100%;
height: 100%;
color: #273c57;
background-color: #F6F6F6;
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/*常用功能样式*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: " ";
}
/*清除浮动*/
.hide {
display: none;
}
/*隐藏*/
.show {
display: block;
}
/*显示*/
.fl {
float: left;
}
/*左浮动*/
.fr {
float: right;
}
/*右浮动*/
.pr {
position: relative;
}
/*相对定位*/
.pa {
position: absolute;
}
/*绝对定位*/
.pf {
position: fixed;
}
/*固定定位*/
.fwn {
font-weight: normal;
}
/*文字-标准*/
.fwb {
font-weight: bold;
}
/*文字-变粗*/
.tal {
text-align: left;
}
/*文字居左*/
.tac {
text-align: center;
}
/*文字居中*/
.tar {
text-align: right;
}
/*文字居右*/
.vam {
vertical-align: middle;
}
/*垂直居中*/
.vat {
vertical-align: top;
}
/*垂直居上*/
.vab {
vertical-align: bottom;
}
/*垂直居下*/
.csp {
cursor: pointer;
}
/*光标-手*/
.csd {
cursor: default;
}
/*光标-箭头*/
.csh {
cursor: help;
}
/*光标-问号*/
.csm {
cursor: move;
}
/*光标-四个箭头*/
.onetxt {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/*文字只显示一行*/
.moretxt {
text-overflow: clip;
white-space: normal;
overflow: hidden;
}
.img-block {
display: block;
width: 100%;
}
.show {
display: block;
}
.hide {
display: none;
}
.user-nav-img{width:35px;height:35px;margin-right:5px;border-radius:50%}
.am-topbar-brand img{ margin-top: -10px;}
.am-topbar-inverse{
background-color:#222;
border-color:#222;
color:#FF0000
}
/**开始**/
.section {
width: 100%;
min-width: 1300px;
position: relative;
}
.section.gray {
background-color: #f7f7f7;
}
.section.white {
background-color: #fff;
}
.section.back-img {
background-size: cover;
background-attachment: fixed;
height: 578px;
}
.section.down-app {
background-size: cover;
height: 800px;
}
.section.foot {
position: relative;
width: 100%;
background: url('/assets/img/index/foot-info.jpg') no-repeat;
background-size: cover;
height: 186px;
}
.section.foot:after {
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
content: '';
background-color: rgba(0, 0, 0, 0.8);
}
.nav-logo{
float:left;
height:60px;
line-height:60px;
vertical-align:middle;
width:200px;
}
.nav-login{
margin-top:16px;
margin-right:50px;
}
/**结束**/
/** 首页banner 开始 */
.banner{
text-align: center;
height: 500px;
background-color: #ff0000;
}
.banner .banner-title {
font-size: 60px;
color: #fff;
}
.banner .banner-info {
font-size: 30px;
color: #fff;
margin-top: 40px;
}
/** 首页banner 结束 */
/*********** 用户登录与注册 - 开始 ************/
.login-in {
text-align: center;
font-size: 14px;
color: #555;
}
.login-in .version{
margin-top: 20px;
color: #ccc;
}
.login-in img{
width: 30px;
height: 30px;
}
.login-in .form {
margin-top: 100px;
display: inline-block;
padding: 20px 20px;
background-color: #fff;
width: 450px;
border-radius: 8px;
box-shadow: 0px 0px 10px 5px #ccc;
}
.login-in .form .title{
font-size: 20px;
font-weight: 700;
color: #000;
}
.login-in .form li{
font-size: 14px;
text-align: center;
}
.login-in .form .qr-login{
padding-top: 15px;
text-align: center;
}
.login-in .form .qr-login img{
width: 300px;
height: 300px;
border: 1px solid #f0f0f0;
}
.login-in .form .qr-login .text{
padding-top: 15px;
}
.login-in .login_container{
margin: 0 auto;
width: 77%;
height: 350px;
}
.login-in .form .input {
display: block;
position: relative;
margin-top: 20px;
}
.login-in .form .w50 {
display: block;
position: relative;
width: 50%;
block: inline-block;
float: left;
}
.login-in .form .captcha{
width: 50%;
block: inline-block;
float: right;
text-align: center;
}
.login-in .form .captcha img{
width: 150px;
height: 38px;
}
.login-in .form input {
display: block;
background: #fff;
width: 100%;
border: 0;
outline: none;
border-bottom: 1px solid #CCC;
padding: 10px 35px;
color: #999;
}
.login-in .form i{
position: absolute;
left: 10px;
bottom: 13px;
z-index: 1;
line-height: 15px;
vertical-align: middle;
}
.login-in .form .sub-btn {
padding-top: 50px;
text-align: center;
}
.login-in .form .sub-btn .am-btn{
width: 80%;
}
.login-in .form .login-nav {
margin-top: 28px;
font-size: 12px;
color: #666;
}
.login-in .form .login-nav span {
display: inline-block;
float:right;
}
.login-in .form .login {
margin-left: 20px;
}
.login-in .form .login a {
color: #ff4d4d;
}
/*********** 用户登录与注册 - 结束 ************/
/** 客户案例 开始 */
.case-item{
max-width: 1200px;
overflow: hidden;
position: relative;
text-align: center;
font-size: 18px;
width: 100%;
margin: 70px auto 0;
margin-top: 70px;
display: block;
}
.case-item .case-slide {
float: left;
height: 270px;
width: 270px;
margin-right: 30px;
}
.case-item .case-slide .img-box {
overflow: hidden;
height: 206px;
}
.case-item .case-slide .img-box.warp {
height: 190px;
}
.case-item .case-slide .img-box img {
display: block;
width: 100%;
height: 100%;
transition: all .8s;
}
.case-item .case-slide .img-box img:hover {
transform: scale(1.2);
}
.case-item .case-slide .img-title{
color: #444;
text-align: center;
vertical-align: middle;
line-height: 30px;
}
.case-item .case-slide a {
position: absolute;
display: block;
color: #444;
z-index: 10;
width: 270px;
padding: 13px 13px 0px 13px;
background-color: #fff;
border-radius: 5px;
text-align: left;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.case-item .case-slide:hover {
transition: all .6s;
}
.case-item .case-slide:hover .img-box img:hover {
transform: scale(1.2);
}
.calling{
width: 100%;
margin: 0 auto;
padding: 0px;
background: #191919;
}
.calling_banner{
margin: 0 auto;
width: 100%;
background: #191919;
}
.calling .img {
width: 800px;
margin: 0 auto;
}
/** 客户案例 结束 */
.main{
width: 1300px;
margin: 0 auto;
}
.main-p-60{
width: 1300px;
margin: 0 auto;
padding: 60px 0;
}
.main-p-t-20 {
width: 1300px;
margin: 0 auto;
padding-top: 20px;
}
.main-p-20 {
width: 1300px;
margin: 0 auto;
padding: 20px 0;
}
.bind {
position: relative;
}
.bind .bing-back {
float: left;
display: block;
width: 450px;
height: 307px;
}
.bind .info {
float: left;
width: 350px;
display: block;
text-align: left;
line-height: 24px;
margin-left: 30px;
}
.bind .info h1 {
color: #333;
font-size: 28px;
margin-bottom: 45px;
}
.bind .info p {
font-size: 14px;
margin-bottom: 5px;
color: #666;
}
.bind .demo {
float: right;
width: 450px;
display: block;
text-align: left;
line-height: 24px;
}
.bind .demo h1{
color: #444;
font-size: 28px;
margin-bottom: 45px;
text-align: center;
}
.bind .demo table{
width: 100%;
}
.bind .demo .title{
text-align: center;
font-size: 20px;
font-weight: 900;
color: #444;
}
.bind .demo .demo_tr{
text-align: center;
line-height: 35px;
border: 1px solid #ABC5FF;
}
.bind .demo .demo_td{
border: 1px solid #ABC5FF;
}
.bind .demo .font{
font-size: 16px;
font-weight: 500;
background:#D9E8FF;
color: #1196DB;
}
.bind .demo img{
width:100px;
height:100px;
}
.bind .entering {
position: absolute;
left: 550px;
bottom: 70px;
width: 133px;
padding: 10px 40px;
display: block;
color: #444;
font-size: 20px;
}
.special-box {
height: 35px;
margin-top: -10px;
}
.special-box:hover .second {
display: block;
}
.header {
width: 1300px;
margin: 0 auto;
font-size: 16px;
height: 84px;
}
.header .logo {
float: left;
margin: 20px 0;
}
.header .logo img {
width: 155px;
height: 40px;
}
.header .header-nav {
float: left;
margin: 20px 0;
}
.imgWarp {
display: block;
width: 100%;
}
.title {
text-align: center;
}
.title .h1 {
font-size: 28px;
color: #333;
margin-top: 0;
font-weight: 600;
}
.title p {
font-size: 18px;
color: #666;
margin-top: 24px;
}
.title p.small {
width: 770px;
margin: 24px auto 0;
line-height: 35px;
}
.title .img {
display: block;
margin: 58px auto 0;
}
.title.white h1 {
color: #fff;
}
.title.white p {
color: #fff;
}
.item-list {
padding: 0 30px;
margin-top: 20px;
}
.item-list ul {
font-size: 0;
}
.item-list ul.warp li {
margin-bottom: 0;
}
.item-list ul li {
display: inline-block;
width: 25%;
text-align: center;
padding: 60px 0;
vertical-align: top;
transition: all .4s;
}
.item-list ul li span {
display: block;
width: 92px;
height: 92px;
background-color: #fff;
border: 1px solid #E74A27;
border-radius: 50%;
margin: 0 auto;
}
.item-list ul li span img {
display: block;
margin: 20px auto;
}
.item-list ul li span img.mr1 {
margin-top: 26px;
}
.item-list ul li span img.mr2 {
margin-top: 24px;
}
.item-list ul li span img.mr3 {
margin-top: 16px;
}
.item-list ul li .h1 {
font-size: 18px;
color: #333;
margin-top: 15px;
font-weight: bold;
}
.item-list ul li p {
font-size: 14px;
color: #999;
margin-top: 15px;
padding: 0 21%;
}
.item-list ul li:hover {
box-shadow: 0 0 10px #E74A27;
}
.item-list ul li:hover span {
border: 1px solid rgba(0, 0, 0, 0);
}
.item-lists {
padding: 0 30px;
margin-top: 20px;
}
.item-lists ul {
font-size: 0;
}
.item-lists ul.warp li {
margin-bottom: 0;
}
.item-lists ul li {
display: inline-block;
width: 25%;
text-align: center;
padding-top: 60px;
vertical-align: top;
transition: all .4s;
}
.item-lists ul li span {
display: block;
width: 92px;
height: 92px;
background-color: #fff;
border: 1px solid #dcdcdc;
border-radius: 50%;
margin: 0 auto;
}
.item-lists ul li span img {
display: block;
margin: 20px auto;
}
.item-lists ul li span img.mr1 {
margin-top: 26px;
}
.item-lists ul li span img.mr2 {
margin-top: 24px;
}
.item-lists ul li span img.mr3 {
margin-top: 16px;
}
.item-lists ul li .h1 {
font-size: 18px;
color: #333;
margin-top: 15px;
font-weight: bold;
}
.item-lists ul li p {
font-size: 14px;
color: #999;
margin-top: 15px;
padding: 0 21%;
}
.item-line {
padding: 0px;
margin-top: 20px;
}
.item-line ul {
font-size: 0;
}
.item-line ul.warp li {
margin-bottom: 0;
}
.item-line ul li {
display: inline-block;
width: 16.5%;
text-align: center;
padding: 20px 0;
vertical-align: top;
transition: all .4s;
}
.item-line ul li .left{
float: left;
width: 80%;
}
.item-line ul li .right{
float: right;
width: 20%;
margin-top: 95px;
}
.item-line ul li span {
display: block;
margin: 0 auto;
}
.item-line ul li .h1 {
font-size: 18px;
color: #444;
margin-top: 15px;
font-weight: 500;
}
.item-line ul li p {
font-size: 14px;
color: #999;
padding: 5px 10px;
}
.reg-shop {
background: #ff0000;
height: 100px;
}
.img-list {
position: relative;
}
.img-list img {
position: absolute;
display: inline-block;
width: 180px;
height: 430px;
top: 58px;
left: 275px;
z-index: 10;
}
.img-list img.img-2 {
left: 388px;
z-index: 9;
}
.img-list img.img-3 {
left: 501px;
z-index: 8;
}
.img-list img.img-4 {
left: 614px;
z-index: 7;
height: 439px;
}
.img-list img.img-5 {
left: 731px;
z-index: 6;
height: 439px;
}
.trait-list {
width: 620px;
margin: 0 auto;
}
.trait-list ul li {
display: inline-block;
width: 80px;
height: 80px;
margin: 66px 35px 0;
border-radius: 50%;
background-color: #40444f;
border: 1px solid #fff;
text-align: center;
line-height: 80px;
font-size: 18px;
color: #fff;
transition: all .4s;
}
.trait-list ul li:hover {
background-color: #ff4d4d;
color: #fff;
border: 1px solid #ff4d4d;
}
.bottom-info {
position: relative;
width: 1200px;
margin: 0 auto;
z-index: 10;
}
.bottom-info h1 {
color: #fff;
font-size: 30px;
display: inline-block;
margin: 70px 200px 64px 100px;
}
.bottom-info a {
display: inline-block;
width: 172px;
height: 56px;
line-height: 56px;
text-align: center;
color: #fff;
font-size: 24px;
background-color: #0099fc;
border-radius: 5px;
}
.foot-nav-box {
width: 100%;
min-width: 1200px;
background-color: #2e2e2e;
/*height: 396px;
border-top: 1px solid rgb(9, 9, 9);*/
overflow: hidden;
position: relative;
}
.foot-nav-box .cloud_effect {
position: absolute;
top: -142px;
left: 0;
width: 100%;
height: 200%;
background: rgba(0, 0, 0, 0.6);
overflow: hidden;
animation: cloud_effect_background 100s ease-out infinite;
}
.foot-nav-box .clouds_one {
background: url("/assets/img/index/cloud_one.png") top left repeat-x;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 3000%;
animation: cloud_one 100s linear infinite;
}
.foot-nav-box .clouds_two {
background: url("/assets/img/index/cloud_two.png") top left repeat-x;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 3000%;
animation: cloud_two 150s linear infinite;
}
.foot-nav-box .clouds_three {
background: url("/assets/img/index/cloud_three.png") top center repeat-x;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 3000%;
animation: cloud_three 200s linear infinite;
}
@keyframes cloud_effect_background {
0% {
background: rgba(0, 0, 0, 0);
color: rgba(0, 0, 0, 0);
}
50% {
background: rgba(0, 0, 0, 0);
color: rgba(0, 0, 0, 0);
}
100% {
background: rgba(0, 0, 0, 0);
color: rgba(0, 0, 0, 0);
}
}
@keyframes cloud_one {
0% {
left: 0%
}
100% {
left: -200%
}
}
@keyframes cloud_two {
0% {
left: 0%
}
100% {
left: -200%
}
}
@keyframes cloud_three {
0% {
left: 0%
}
100% {
left: -200%
}
}
.foot-nav-box .foot-nav {
position: relative;
width: 1200px;
margin: 0 auto;
}
.foot-nav-box .foot-nav .nav-list {
position: relative;
padding: 90px 0 20px 0;
color: #fff;
border-bottom: 1px solid #999;
height: 250px;
}
.foot-nav-box .foot-nav .nav-list .title {
font-weight: 600;
}
.foot-nav-box .foot-nav .nav-list:after {
display: block;
position: absolute;
right: 265px;
top: 70px;
content: '';
width: 1px;
height: 124px;
background-color: #999;
}
.foot-nav-box .foot-nav .nav-list p,
.foot-nav-box .foot-nav .nav-list a {
color: #fff;
margin-bottom: 15px;
cursor: pointer;
transition: all .4s;
}
.foot-nav-box .foot-nav .nav-list a {
display: inline-block;
}
.foot-nav-box .foot-nav .nav-list a:hover {
color: #ff4f4f;
}
.foot-nav-box .foot-nav .downApp {
position: absolute;
right: 60px;
top: 71px;
width: 111px;
text-align: center;
}
.foot-nav-box .foot-nav .downApp img {
display: block;
width: 111px;
height: 111px;
}
.foot-nav-box .foot-nav .downApp p {
font-size: 14px;
color: #fff;
margin-top: 12px;
}
.foot-nav-box .foot-nav .copy {
padding: 20px 0;
text-align: center;
color: #fff;
}
.foot-nav-box .foot-nav .copy p,
.foot-nav-box .foot-nav .copy a {
color: #fff;
cursor: pointer;
transition: all .4s;
}
.foot-nav-box .foot-nav .copy a {
display: inline-block;
}
.foot-nav-box .foot-nav .copy a:hover {
color: #ff4f4f;
}
.select-list ul {
font-size: 0;
}
.select-list ul li {
display: inline-block;
width: 400px;
vertical-align: top;
text-align: center;
padding: 65px 0 0;
height: 273px;
transition: all .4s;
border: 1px solid #e6e6e6;
margin-top: 80px;
}
.select-list ul li.right-none {
border-right: none;
}
.select-list ul li.top-none {
border-top: none;
}
.select-list ul li:nth-child(4) {
margin-top: 0;
}
.select-list ul li:nth-child(5) {
margin-top: 0;
}
.select-list ul li:nth-child(6) {
margin-top: 0;
}
.select-list ul li img {
display: block;
margin: 0 auto;
}
.select-list ul li .h1 {
font-size: 22px;
color: #333;
margin-top: 52px;
}
.select-list ul li .h1.mrt {
margin-top: 45px;
}
.select-list ul li .h1.mrt1 {
margin-top: 49px;
}
.select-list ul li p {
font-size: 14px;
color: #999;
margin-top: 20px;
}
.select-list ul li .red {
display: block;
}
.select-list ul li .white {
display: none;
}
.select-list ul li:hover {
padding-left: 25px;
background-color: #ff5b5b;
}
.select-list ul li:hover h1 {
color: #fff;
}
.select-list ul li:hover p {
color: #fff;
}
.select-list ul li:hover .red {
display: none;
}
.select-list ul li:hover .white {
display: block;
}
.support {
display: inline-block;
width: 680px;
font-size: 0;
top: 23.5%;
left: 44.5%;
}
.support .support-info {
display: inline-block;
width: 50%;
padding: 0 0 38px 77px;
vertical-align: top;
}
.support .support-info .h1 {
position: relative;
font-size: 18px;
color: #333;
margin-top: 0;
}
.support .support-info .h1:before {
position: absolute;
display: block;
left: -20px;
top: 6px;
content: '';
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ff4d4d;
}
.support .support-info p {
font-size: 14px;
margin-top: 15px;
color: #999;
}
.join-img {
display: inline-block;
vertical-align: top;
width: 497px;
height: 370px;
}
.join-list {
width: 100%;
}
.join-list ul {
font-size: 0;
}
.join-list ul li {
position: relative;
display: inline-block;
width: 25%;
color: #fff;
text-align: center;
}
.join-list ul li:after {
position: absolute;
right: -15px;
bottom: 50%;
margin: -11px 0;
content: '';
display: block;
width: 33px;
height: 31px;
background: url('/assets/img/index/join-icon-arrow.png') no-repeat center center;
background-size: contain;
animation-name: flash;
animation-duration: 4s;
animation-iteration-count: infinite;
}
.join-list ul li:last-child:after {
display: none;
}
.join-list ul li:nth-child(1):after {
animation-delay: 1s;
}
.join-list ul li:nth-child(2):after {
animation-delay: 1.5s;
}
.join-list ul li:nth-child(3):after {
animation-delay: 2s;
}
.join-list ul li .img-box {
display: block;
width: 115px;
height: 115px;
margin: 90px auto 0;
border-radius: 50%;
border: 1px solid #fff;
background-color: #ff4d4d;
}
.join-list ul li .img-box img {
display: block;
margin: 27px auto;
}
.join-list ul li .h1 {
font-size: 22px;
margin-top: 26px;
color: #333;
}
.join-list ul li p {
color: #999;
font-size: 14px;
margin-top: 20px;
margin-bottom: 20px;
}
.seller-info {
position: relative;
margin-top: 107px;
}
.seller-info .name-list {
position: absolute;
width: 130px;
left: -144px;
}
.seller-info .name-list .item {
width: 100%;
height: 46px;
padding: 12px 0;
margin-bottom: 22px;
text-align: right;
}
.seller-info .name-list .item .star {
color: #f93d32;
margin-right: 5px;
}
.seller-info .seller-info-form {
position: relative;
width: 580px;
float: left;
}
.seller-info .seller-info-form.warp {
width: 450px;
}
.seller-info .seller-info-form.warp .base > input {
margin-bottom: 22px;
}
.seller-info .seller-info-form.warp .base select {
width: 137px;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: url('/assets/img/index/jiantou.png') no-repeat scroll right center transparent;
background-position-x: 113px;
background-color: #fff;
}
.seller-info .seller-info-form .entering {
text-align: center;
width: 166px;
padding: 12px 24px;
margin: 36px 0 0;
color: #fff;
font-size: 16px;
}
.seller-info .seller-info-form .base > input {
display: block;
width: 100%;
height: 46px;
padding: 18px 20px;
border-radius: 50px;
border: 1px solid #dbdbdb;
outline: none;
margin-bottom: 29px;
}
.seller-info .seller-info-form .base select {
position: relative;
display: inline-block;
width: 180px;
height: 46px;
line-height: 46px;
border-radius: 50px;
font-size: 14px;
color: #666;
border: 1px solid #dddfe7;
outline: none;
margin-right: 15px;
text-align: left;
padding-left: 20px;
cursor: pointer;
}
.seller-info .seller-info-form .base select:last-child {
margin: 0;
}
.seller-info .seller-info-img {
float: right;
}
.entering {
display: block;
width: 430px;
padding: 12px 130px;
background-color: #ff4d4d;
color: #fff;
margin: 70px auto;
border-radius: 50px;
}
.entering.join-warp {
position: absolute;
width: 196px;
padding: 12px 11px;
margin: 0 0 0 -98px;
bottom: 10%;
left: 50%;
}
.entering.join-warp h1 {
text-align: center;
}
.entering.join-bottom {
width: 200px;
padding: 12px 11px;
font-size: 18px;
color: #2e3244;
}
.entering h1 {
font-size: 24px;
}
.entering p {
font-size: 16px;
margin-top: 10px;
}
.about-img1 {
display: block;
float: right;
margin-top: 138px;
}
.about-info {
position: absolute;
padding: 0 23px;
color: #fff;
background-color: #ff4d4d;
border-radius: 4px;
width: 600px;
overflow: hidden;
top: 194px;
left: 20px;
}
.about-info .across {
width: 92px;
height: 2px;
background-color: #fff;
margin: 30px 0;
}
.about-info em {
display: block;
font-size: 28px;
margin-bottom: 15px;
}
.about-info p {
font-size: 14px;
line-height: 25px;
}
.about-info .phone {
margin: 20px 0 57px;
}
.about-info .acrosss {
margin-top: 12px;
}
.map {
display: block;
margin: 60px auto 0;
width: 1000px;
height: 450px;
}
.bottom-nav {
padding: 38px 0;
text-align: center;
font-size: 14px;
color: #999;
}
.down-left {
position: absolute;
left: -100px;
bottom: 0;
}
.down-left img {
display: block;
width: 100%;
}
.down-left.warp {
left: 0;
bottom: 177px;
}
.down-left.warp img {
display: block;
width: 215px;
}
.down-left.warp-2 {
left: 0;
}
.Unknown {
position: absolute;
bottom: 250px;
left: 700px;
}
.Unknown.warp {
bottom: 250px;
left: 370px;
}
.down-right {
position: absolute;
right: -20px;
bottom: 192px;
}
.down-right.warp {
right: 0;
bottom: 78px;
}
.right-info {
max-width: 385px;
padding: 40px 30px 30px;
background-color: #fff;
text-align: center;
}
.right-info h1 {
font-size: 36px;
color: #ff4f4f;
}
.right-info img {
display: block;
margin: 30px auto;
width: 269px;
}
.right-info p {
font-size: 24px;
color: #666;
}
.right-info em {
display: block;
font-size: 16px;
color: #333;
line-height: 34px;
margin: 30px 0 90px;
}
.right-info.warp {
text-align: left;
}
.right-info.warp em {
display: block;
line-height: 34px;
margin: 30px 0 90px;
}
.right-info.warp-2 {
text-align: left;
background-color: rgba(0, 0, 0, 0);
}
.right-info.warp-2 h1 {
color: #fff;
}
.right-info.warp-2 em {
display: block;
line-height: 34px;
margin: 30px 0 90px;
color: #fff;
}
#container {
width: 1200px;
height: 450px;
margin: 50px auto 0;
}
.RightFrame {
position: fixed;
right: 10px;
bottom: 280px;
z-index: 9999;
}
.RightFrame .SmallBox {
background: #fff;
border: 1px solid #dadee7;
border-radius: 3px;
width: 106px;
padding: 13px;
box-sizing: border-box;
}
.RightFrame .SmallBox .Pic {
width: 80px;
height: 80px;
position: relative;
}
.RightFrame .SmallBox .Pic img {
width: 80px;
height: 80px;
display: block;
}
.RightFrame .SmallBox .Pic span {
background: url('/assets/img/index/RightIcon.png') no-repeat;
background-position: 0 -12px;
padding: 14px;
display: inline-block;
position: absolute;
right: -7px;
top: -7px;
}
.RightFrame .SmallBox .qq {
width: 80px;
height: 28px;
border-radius: 3px;
background: #1E9FFF;
text-align: center;
line-height: 28px;
font-size: 12px;
margin-top: 10px;
color: #fff;
}
.RightFrame .SmallBox .qq em {
padding: 9px;
background: url('/assets/img/index/iconLiaotian.png') no-repeat;
background-position: -4px -105px;
display: inline-block;
vertical-align: middle;
margin-right: 3px;
}
.RightFrame .SmallBox .wx {
width: 80px;
height: 28px;
border-radius: 3px;
background: #19be6b;
text-align: center;
line-height: 28px;
font-size: 12px;
margin-top: 10px;
color: #fff;
position: relative;
}
.RightFrame .SmallBox .wx img{
position: absolute;
right: 100px;
top: -90px;
height: 120px;
width: 120px;
display: none;
}
.RightFrame .SmallBox .wx:hover img{
display: block;
}
.RightFrame .SmallBox .wx em {
padding: 9px;
background: url('/assets/img/index/iconLiaotian.png') no-repeat;
background-position: -4px -53px;
display: inline-block;
vertical-align: middle;
margin-right: 3px;
}
.MorePeople ul li {
text-align: center;
display: inline-block;
margin-top: 20px;
margin-right: 12px;
}
.MorePeople ul li.nan .pic {
background: #89c997;
}
.MorePeople ul li.nan .Botton a {
background: #12b7f5;
}
.MorePeople ul li.nv .pic {
background: #f6b37f;
}
.MorePeople ul li.nv .Botton a {
background: #ee685d;
}
.MorePeople .pic {
width: 60px;
height: 60px;
border-radius: 30px;
overflow: hidden;
background: #12b7f5;
font-size: 24px;
line-height: 60px;
color: #fff;
}
.MorePeople .pic img {
width: 60px;
height: 60px;
display: block;
}
.MorePeople .name {
margin-top: 5px;
font-size: 14px;
}
.MorePeople .Botton {
width: 100%;
}
.MorePeople .Botton a {
width: 60px;
height: 30px;
background: #12b7f5;
display: block;
border-radius: 3px;
text-align: center;
line-height: 30px;
color: #fff;
margin-top: 5px;
}
.MorePeople .Botton a em {
background: url('/assets/img/index/RightIcon.png') no-repeat;
background-size: 15px;
background-position: 0 -29px;
padding: 8px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.DuihuaTankuang {
width: 478px;
height: 398px;
position: fixed;
z-index: 2000001000;
background: #fff;
top: 25%;
left: 50%;
box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 15px 1px;
margin-left: -239px;
}
.DuihuaTankuang .HeadXx {
height: 273px;
}
.DuihuaTankuang .HeadXx .LeftWord {
width: 222px;
padding-left: 50px;
padding-top: 50px;
box-sizing: border-box;
float: left;
}
.DuihuaTankuang .HeadXx .LeftWord ul li {
margin-top: 25px;
font-size: 14px;
}
.DuihuaTankuang .HeadXx .LeftWord ul li em {
padding: 12px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
background: url('/assets/img/index/iconLiaotian.png') no-repeat;
}
.DuihuaTankuang .HeadXx .LeftWord ul li em.MZ {
background-position: -1px 0;
}
.DuihuaTankuang .HeadXx .LeftWord ul li em.SJ {
background-position: 0px -50px;
}
.DuihuaTankuang .HeadXx .LeftWord ul li em.QQ {
background-position: -1px -100px;
}
.DuihuaTankuang .HeadXx .RightPic {
width: 256px;
float: left;
position: relative;
}
.DuihuaTankuang .BottomButton {
height: 125px;
border-top: 1px solid #ebedf2;
padding: 36px;
box-sizing: border-box;
}
/*2017-10-23æ´æ°*/
.RightPic .PicErweima {
position: absolute;
top: 100px;
left: 69px;
width: 114px;
height: 114px;
}
.RightPic .PicErweima img {
width: 114px;
height: 114px;
display: block;
}
/*2017-10-23æ´æ°ç»“束*/
.BottomButton a {
height: 50px;
background: #12b7f5;
display: block;
border-radius: 3px;
text-align: center;
line-height: 50px;
color: #fff;
font-size: 18px;
}
.BottomButton a em {
background: url('/assets/index/img/RightIcon.png') no-repeat;
background-position: 0 -42px;
padding: 14px;
margin-right: 10px;
}
.close_black {
position: absolute;
right: 0;
top: 0;
}
.down-btn-box {
width: 1300px;
margin: 50px auto 0;
text-align: left;
}
.down-btn-box.warp {
text-align: center;
}
.down-btn-box.warp .down-btn {
padding: 0 36px;
color: #fc5a4f;
background-color: #fff;
border: 1px solid #fc5a4f;
margin-right: 20px;
}
.down-btn-box.warp .down-btn .img {
display: inline-block;
width: 30px;
height: 28px;
vertical-align: middle;
margin-top: -6px;
}
.down-btn-box.warp .down-btn .img.b {
display: inline-block;
}
.down-btn-box.warp .down-btn .img.b {
display: none;
}
.down-btn-box.warp .down-btn:hover {
background-color: #fc5a4f;
color: #fff;
}
.down-btn-box.warp .down-btn:hover .img.b {
display: inline-block;
}
.down-btn-box.warp .down-btn:hover .img.b {
display: inline-block;
}
.down-btn-box.warp .down-btn.ml-200 {
margin-left: 420px;
}
.down-btn-box .down-btn {
display: inline-block;
padding: 0 46px;
line-height: 64px;
background-color: #fff;
border: 1px solid #fc5a4f;
color: #fc5a4f;
border-radius: 5px;
font-size: 22px;
margin-right: 12px;
}
.down-btn-box .down-btn:hover {
background-color: #fda19b;
border: 1px solid #fff;
color: #fff;
}
.down-btn-box .down-btn:hover .img.a {
display: none;
}
.down-btn-box .down-btn:hover .img.b {
display: inline-block;
}
.down-btn-box .down-btn .img {
display: inline-block;
width: 30px;
height: 28px;
vertical-align: middle;
margin-top: -6px;
}
.down-btn-box .down-btn .img.b {
display: none;
}
.management-list {
margin-top: 53px;
}
.management-list li {
display: inline-block;
width: 240px;
height: 300px;
margin-right: 13px;
text-align: center;
vertical-align: top;
background-color: #fff;
padding: 0 24px;
border-radius: 15px;
transition: all .2s;
}
.management-list li:hover {
box-shadow: 0 0 18px #ddd;
transform: scale(1.1);
}
.management-list li:last-child {
margin-right: 0;
}
.management-list li img {
display: block;
width: 78px;
margin: 37px auto 0;
}
.management-list li .h1 {
font-weight: 600;
font-size: 18px;
color: #313131;
margin: 18px 0 7px;
}
.management-list li p {
font-size: 14px;
color: #818181;
line-height: 25px;
}
.order-img-list {
margin-top: 58px;
}
.order-img-list ul {
font-size: 0;
}
.order-img-list ul li {
display: inline-block;
width: 165px;
text-align: center;
margin-right: 45px;
margin-left: 45px;
}
.order-img-list ul li:nth-child(5) {
margin-right: 0;
}
.order-img-list ul li img {
display: block;
width: 100%;
}
.order-img-list ul li p {
color: #666;
font-size: 14px;
margin-top: 30px;
line-height: 1;
}
.item-order-desc {
margin-top: 90px;
}
.item-order-desc .left img {
display: block;
}
.item-order-desc .right {
width: 620px;
}
.item-order-desc .right ul {
font-size: 0;
}
.item-order-desc .right ul li {
display: inline-block;
width: 240px;
color: #fff;
text-align: center;
margin-top: 30px;
}
.item-order-desc .right ul li:nth-child(1) {
margin-right: 80px;
}
.item-order-desc .right ul li:nth-child(3) {
margin-right: 80px;
margin-top: 75px;
}
.item-order-desc .right ul li:nth-child(4) {
margin-top: 75px;
}
.item-order-desc .right ul li h1 {
font-size: 18px;
line-height: 1;
margin: 16px 0;
}
.item-order-desc .right ul li img {
display: inline-block;
margin: 0 auto;
}
.item-order-desc .right ul li p {
line-height: 30px;
font-size: 14px;
}
.item-code-desc {
margin-top: 90px;
}
.item-code-desc .left img {
display: block;
}
.item-code-desc .right {
width: 620px;
}
.item-code-desc .right ul {
font-size: 0;
}
.item-code-desc .right ul li {
display: inline-block;
width: 155px;
color: #fff;
text-align: center;
margin-top: 30px;
}
.item-code-desc .right ul li h1 {
font-size: 16px;
line-height: 1;
margin: 16px 0;
}
.item-code-desc .right ul li img {
margin: 0 auto;
display: block;
transition: all .3s;
}
.item-code-desc .right ul li img:hover {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
/* IE 9 */
-moz-transform: rotate(360deg);
/* Firefox */
-webkit-transform: rotate(360deg);
/* Safari 和 Chrome */
-o-transform: rotate(360deg);
/* Opera */
}
.compared-box {
margin-top: 60px;
margin-left: 50px;
}
.compared-box .odds {
display: inline-block;
width: 510px;
padding: 0;
}
.compared-box .odds.warp .odds-name {
background-color: #cfd0cf;
}
.compared-box .odds.warp ul {
border: 1px solid #cfd0cf;
}
.compared-box .odds.warp ul li {
color: #666;
}
.compared-box .odds .odds-name {
height: 80px;
line-height: 80px;
font-size: 24px;
color: #fff;
background-color: #f65d5d;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
text-align: center;
}
.compared-box .odds ul {
border: 1px solid #f65d5d;
border-top: 0;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
padding: 30px 92px;
margin-top: 0px;
}
.compared-box .odds ul li {
display: block;
margin-bottom: 36px;
font-size: 14px;
color: #666;
text-align: left;
}
.compared-box .odds ul li img {
display: inline-block;
width: 17px;
height: 17px;
vertical-align: middle;
margin-top: -5px;
}
.compared-box .odds ul li:last-child {
margin-bottom: 0;
}
.pieces {
position: relative;
width: 174px;
display: inline-block;
vertical-align: top;
}
.pieces img {
display: block;
margin: 0 auto;
}
.pieces ul {
position: absolute;
top: 85px;
left: 50%;
margin-left: -52px;
}
.pieces ul li {
display: block;
width: 101px;
height: 29px;
line-height: 27px;
text-align: center;
font-size: 16px;
color: #fff;
margin: 0 auto 24px;
border-radius: 4px;
}
.pieces ul li.back-color-1 {
background-color: #f56d40;
}
.pieces ul li.back-color-2 {
background-color: #72c680;
}
.pieces ul li.back-color-3 {
background-color: #7aadee;
}
.pieces ul li.back-color-4 {
background-color: #f65d5d;
}
.pieces ul li.back-color-5 {
background-color: #f69233;
}
.pieces ul li.back-color-6 {
background-color: #f65d5d;
}
.pieces ul li.back-color-7 {
background-color: #7fd297;
}
.features-list {
margin-top: 60px;
}
.features-list ul {
font-size: 0;
}
.features-list ul li {
display: inline-block;
width: 383px;
height: 151px;
margin: 0 0 22px 22px;
border-radius: 4px;
background-color: #fff;
cursor: pointer;
transition: all .3s;
}
.features-list ul li:hover {
transform: scale(1.05);
}
.features-list ul li:first-child {
margin-left: 52px;
}
.features-list ul li:nth-child(3n+1) {
margin-left: 52px;
}
.features-list ul li:nth-child(7) .left img {
width: 32px;
}
.features-list ul li .left {
width: 142px;
text-align: center;
}
.features-list ul li .left img {
display: block;
width: 40px;
margin: 40px auto 12px;
}
.features-list ul li .left p {
line-height: 1;
color: #303030;
font-size: 16px;
}
.features-list ul li .right {
width: 241px;
font-size: 14px;
color: #818181;
padding: 33px 32px 0 0;
line-height: 26px;
}
.new-ad {
width: 450px;
margin: 0 auto;
}
.new-ad .ad-code {
width: 180px;
background-color: #fff;
padding: 13px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
text-align: center;
}
.new-ad .ad-code img {
display: block;
width: 154px;
margin: 0 auto;
}
.new-ad .ad-code p {
font-size: 16px;
color: #303030;
line-height: 1;
margin-top: 10px;
}
.new-ad .ad-right {
text-align: center;
}
.new-ad .ad-right h1 {
font-size: 30px;
color: #303030;
line-height: 1;
margin: 37px 0 25px;
}
.new-ad .ad-right p {
font-size: 18px;
color: #818181;
line-height: 1;
}
.new-ad .ad-right a {
display: block;
width: 132px;
height: 44px;
border-radius: 4px;
line-height: 44px;
margin: 32px auto 0;
text-align: center;
background-color: #ff4d4d;
color: #fff;
font-size: 18px;
}
.device-box.mg-top {
margin-top: 50px;
}
.device-box .left img {
display: block;
}
.device-box .right {
width: 438px;
text-align: left;
}
.device-box .right.tal {
text-align: left;
}
.device-box .right.pt-60 {
padding-top: 60px;
}
.device-box .right.pt-20 {
padding-top: 20px;
}
.device-box .right.pt-100 {
padding-top: 100px;
}
.device-box .right h1 {
font-size: 25px;
color: #454545;
}
.device-box .right p {
font-size: 14px;
color: #666;
line-height: 25px;
margin-top: 15px;
}
.device-box .right ul {
margin-top: 60px;
}
.device-box .right ul.big {
width: 350px;
}
.device-box .right ul.big li {
width: 32%;
margin-right: 0;
}
.device-box .right ul li {
display: inline-block;
width: 83px;
margin-right: 30px;
vertical-align: top;
margin-bottom: 30px;
}
.device-box .right ul li:nth-child(4n) {
margin-right: 0;
}
.device-box .right ul li img {
display: block;
margin: 0 auto 5px;
}
.device-box .right ul li p {
font-size: 12px;
color: #454545;
line-height: 25px;
margin-top: 10px;
text-align: center;
}
.takeaway-table {
margin-top: 60px;
margin-bottom: 75px;
}
.takeaway-table table {
display: block;
width: 1190px;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0.2);
border: 1px dashed #fff;
border-radius: 15px;
color: #fff;
text-align: center;
}
.takeaway-table table th {
width: 500px;
height: 96px;
text-align: center;
border-right: 1px dashed #fff;
border-bottom: 1px dashed #fff;
font-size: 24px;
}
.takeaway-table table th img {
display: inline-block;
vertical-align: middle;
margin-right: 12px;
}
.takeaway-table table th:nth-child(3) {
border-right: 0;
}
.takeaway-table table th.small {
width: 198px;
}
.takeaway-table table tr:nth-child(5) td {
border-bottom: 0;
}
.takeaway-table table tr td {
border-right: 1px dashed #fff;
border-bottom: 1px dashed #fff;
font-size: 14px;
height: 88px;
padding: 30px;
}
.takeaway-table table tr td:nth-child(3) {
border-right: 0;
}
.function-list ul li {
display: inline-block;
position: relative;
text-align: center;
width: 270px;
height: 223px;
background-color: #fff;
border-radius: 15px;
margin-top: 80px;
margin-left: 36px;
vertical-align: top;
cursor: pointer;
}
.function-list ul li:hover {
box-shadow: 0 0 15px #ddd;
}
.function-list ul li:hover img {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
/* IE 9 */
-moz-transform: rotate(360deg);
/* Firefox */
-webkit-transform: rotate(360deg);
/* Safari 和 Chrome */
-o-transform: rotate(360deg);
/* Opera */
}
.function-list ul li img {
display: block;
margin: -35px auto 0;
transition: all .3s;
}
.function-list ul li h1 {
font-size: 18px;
color: #313131;
margin: 23px 0 10px;
}
.function-list ul li p {
width: 215px;
margin: 0 auto;
font-size: 14px;
color: #818181;
line-height: 25px;
text-align: left;
}
.unusual-header-title {
width: 1100px;
height: 100%;
margin: 0 auto;
}
.unusual-header-title .title-box {
float: right;
width: 460px;
text-align: left;
}
.unusual-header-title .title-box.warp {
float: left;
}
.unusual-header-title .title-box.warp h1 {
font-size: 48px;
color: #fff;
margin-top: 110px;
}
.unusual-header-title .title-box.warp p {
font-size: 26px;
text-align: left;
margin-top: 10px;
line-height: 55px;
}
.unusual-header-title .title-box h1 {
font-size: 72px;
color: #ff4c4c;
margin-top: 160px;
}
.unusual-header-title .title-box p {
font-size: 24px;
color: #fff;
line-height: 45px;
}
.btn-takeaway {
display: inline-block;
width: 80px;
line-height: 30px;
font-size: 14px;
border-radius: 4px;
margin-top: 22px;
}
.btn-takeaway.red {
background-color: #ff4c4c;
color: #fff;
margin-left: -18px;
}
.btn-takeaway.white {
background-color: #fff;
color: #ff4c4c;
margin-left: 18px;
}
.register-wechat{
text-align:center;
width:100%;
}
.register-wechat img{
width:200px;
height:200px;
}
.register-wechat i{
font-size: 30px;
font-weight:800;
color: #1E9FFF;
}
.register-wechat .msg{
background-color:#FF5722;
color:#ffffff;
border-radius:10px;
line-height:50px;
}
.am-slides .banner-title{
font-size: 60px;
color: #fff;
}
.am-slides .banner-info {
font-size: 30px;
color: #fff;
margin-top: 40px;
}
.addon-select{
background-color: #fff;
padding: 0 20px;
border-radius: 5px;
}
.addon-category{
border-bottom: 1px solid #eee;
padding: 10px 0px;
}
.addon-category span {
display: inline-block;
font-weight: bold;
font-size: 15px;
margin-right: 20px;
}
.addon-category ul{
display: inline-block;
}
.addon-category li {
display: inline-block;
margin-right: 20px;
}
.addon-sort{
padding: 10px 0px;
}
.addon-sort span {
display: inline-block;
font-weight: bold;
font-size: 15px;
margin-right: 20px;
}
.addon-sort ul{
display: inline-block;
}
.addon-sort li {
display: inline-block;
margin-right: 20px;
}
.addon-list{
width:23%;
height: 265px;
display: inline-block;
margin: 0px 10px 20px 10px;
position: relative;
}
.hotshadow{
box-shadow: 10px 10px 10px #ccc;
z-index: 10;
}
.addon-list .box{
width:100%;
background-color: #fff;
border-radius: 10px;
position:absolute;
}
.addon-list .box img{
width:100%;
height: 200px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.addon-list .box .title{
padding: 10px;
text-align: left;
font-size: 15px;
}
.addon-list .box .text{
padding: 0 10px 10px 10px;
text-align: left;
color: #ccc;
font-size: 15px;
}
.addon-list .box .text .price{
display: inline-block;
float: right;
color: #fa3534;
}
.addon-list .box .text span{
margin-right: 5px;
color: #ccc;
text-decoration:line-through;
}
.addon-title{
background-color: #fff;
}
.addon-title .title{
padding-top: 25px;
font-size: 30px;
text-align: left;
font-weight: 500;
}
.addon-title .intro{
padding: 20px 0 10px 0;
font-size: 16px;
text-align: left;
color: #999;
}
.addon-left{
background-color: #fff;
width: 65%;
display: inline-block;
border-radius: 5px;
padding: 20px;
}
.addon-left .banner{
height: 300px;
}
.addon-left .banner img{
height: 300px;
}
.addon-left .title{
padding: 10px 0;
border-bottom: 1px solid #eee;
text-align: left;
font-size: 15px;
font-weight: 900;
}
.addon-left .content{
padding-top: 10px;
}
.addon-right{
width: 32%;
display: inline-block;
float: right;
}
.addon-right .buy{
background-color: #fff;
padding: 10px;
border-radius: 5px;
}
.addon-right .buy .price{
padding: 20px;
font-size: 16px;
}
.addon-right .buy .price .line span{
color: #ccc;
text-decoration:line-through;
}
.addon-right .buy .price .sall{
padding-top: 10px;
}
.addon-right .buy .price .sall span{
color: #fa3534;
}
.addon-right .buy .but{
text-align: center;
padding-bottom: 10px;
}
.addon-right .box{
font-size: 15px;
margin-top:10px;
background-color: #fff;
border-radius: 5px;
padding: 0 10px;
}
.addon-right .box a{
color:#009688;
}
.addon-right .box .title{
text-align: left;
padding: 20px 0;
border-bottom: 1px solid #eee;
}
.addon-right .box .title span{
float: right;
color: #ccc;
}
.addon-right .box .user{
height: 100px;
padding: 20px 0;
}
.addon-right .box .user img{
width: 60px;
height: 60px;
border-radius: 50%;
float: left;
margin-right: 10px;
margin-left: 20px;
}
.addon-right .box .user .about{
padding-top: 10px;
}
.formwork-list{
width:48%;
height: 465px;
display: inline-block;
margin: 0px 10px 20px 10px;
position: relative;
}
.formwork-list .box{
width:100%;
border-radius: 10px;
background-color: #fff;
position:absolute;
}
.formwork-list .box img{
width:100%;
height: 400px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.formwork-list .box .title{
padding: 10px;
text-align: left;
font-size: 15px;
}
.formwork-list .box .text{
padding: 0 10px 10px 10px;
text-align: left;
color: #ccc;
font-size: 15px;
}
.formwork-list .box .text .price{
display: inline-block;
float: right;
color: #fa3534;
}
.formwork-list .box .text span{
margin-right: 5px;
color: #ccc;
text-decoration:line-through;
}
.shop-but{
margin-top: 40px;
width: 500px;
}
.shop-but .nav{
width: 450px;
}
.shop-but a i{
font-size: 20px;
margin-right: 10px;
}
.no-addon{
font-align:center;
height:100px;
line-height: 100px;
vertical-align: middle;
font-size: 20px;
font-weight: 700;
text-align: center;
}
.no-addon span{
color:#ff0000;
}