5971 lines
87 KiB
CSS
5971 lines
87 KiB
CSS
|
|
* {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
a{text-decoration: none;}
|
|
.w102 {
|
|
width: 102.6%;
|
|
}
|
|
|
|
.w100 {
|
|
width: 100%;
|
|
}
|
|
|
|
.w96 {
|
|
width: 96%;
|
|
}
|
|
|
|
.w90 {
|
|
width: 90%;
|
|
}
|
|
.w59 {
|
|
width: 59%;
|
|
}
|
|
.w56 {
|
|
width: 56%;
|
|
}
|
|
|
|
.w50 {
|
|
width: 50%;
|
|
}
|
|
|
|
.w48 {
|
|
width: 49%;
|
|
}
|
|
|
|
.w40 {
|
|
width: 40%;
|
|
}
|
|
|
|
.w33 {
|
|
width: 33.33%;
|
|
}
|
|
|
|
.w25 {
|
|
width: 25%;
|
|
}
|
|
|
|
.w20 {
|
|
width: 20%;
|
|
}
|
|
|
|
.op9 {
|
|
opacity: .9;
|
|
}
|
|
|
|
.op8 {
|
|
opacity: .8;
|
|
}
|
|
|
|
.op7 {
|
|
opacity: .7;
|
|
}
|
|
|
|
.op6 {
|
|
opacity: .6;
|
|
}
|
|
|
|
.dis {
|
|
display: flex;
|
|
}
|
|
|
|
.djb {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.dend {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.fn {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.djbac {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.ac {
|
|
align-items: center;
|
|
}
|
|
|
|
.dac {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.djcacfw {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.djbacfw {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.dfc {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.cq-cp {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.pr {
|
|
position: relative;
|
|
}
|
|
|
|
.pa {
|
|
position: absolute;
|
|
}
|
|
|
|
.dn {
|
|
display: none;
|
|
}
|
|
|
|
.fs {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.fw {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.fc {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.oh {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.fit {
|
|
object-fit: cover;
|
|
}
|
|
|
|
|
|
|
|
|
|
.mg30 {
|
|
margin: 30px;
|
|
}
|
|
.mg10{margin: 10px;}
|
|
|
|
.m-s10 {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.m-s16 {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.m-s20 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.m-s27 {
|
|
margin-top: 27px;
|
|
}
|
|
|
|
.m-s30 {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.m-s37 {
|
|
margin-top: 37px;
|
|
}
|
|
|
|
.m-s46 {
|
|
margin-top: 46px;
|
|
}
|
|
|
|
.m-s50 {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.m-s65 {
|
|
margin-top: 65px;
|
|
}
|
|
|
|
.m-z10 {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.m-z15 {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.m-z20 {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.m-z30 {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.m-z37 {
|
|
margin-left: 37px;
|
|
}
|
|
|
|
.m-y10 {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.m-y15 {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.m-y20 {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.m-y30 {
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.m-y37 {
|
|
margin-right: 37px;
|
|
}
|
|
|
|
.m-sx65 {
|
|
margin-top: 65px;
|
|
margin-bottom: 65px;
|
|
}
|
|
|
|
.m-sx30 {
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.m-sx28 {
|
|
margin-top: 28px;
|
|
margin-bottom: 28px;
|
|
}
|
|
|
|
.m-sx20 {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.m-sx16 {
|
|
margin-top: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.m-sx10 {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
|
|
.m-x65 {
|
|
margin-bottom: 65px;
|
|
}
|
|
|
|
.m-x37 {
|
|
margin-bottom: 37px;
|
|
}
|
|
|
|
.m-x32 {
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.m-x30 {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.m-x27 {
|
|
margin-bottom: 27px;
|
|
}
|
|
|
|
.m-x20 {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.m-x16 {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.m-x10 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.m-zy180 {
|
|
margin-left: 180px;
|
|
margin-right: 180px;
|
|
}
|
|
|
|
.m-zy10 {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.m-zy15 {
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.m-zy20 {
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.m-zy30 {
|
|
margin-left: 30px;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
|
|
|
|
.pd6 {
|
|
padding: 6px;
|
|
}
|
|
|
|
.pd30 {
|
|
padding: 30px;
|
|
}
|
|
|
|
.pd20 {
|
|
padding: 20px;
|
|
}
|
|
|
|
.pd10 {
|
|
padding: 10px;
|
|
}
|
|
|
|
.p-s65 {
|
|
padding-top: 65px;
|
|
}
|
|
|
|
.p-s30 {
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.p-s28 {
|
|
padding-top: 28px;
|
|
}
|
|
|
|
.p-s27 {
|
|
padding-top: 27px;
|
|
}
|
|
|
|
.p-s20 {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.p-s10 {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
|
|
.p-y20 {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
|
|
.p-x65 {
|
|
padding-bottom: 65px;
|
|
}
|
|
|
|
.p-x30 {
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.p-x27 {
|
|
padding-bottom: 27px;
|
|
}
|
|
|
|
.p-x20 {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.p-x10 {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.p-zy320 {
|
|
padding-left: 320px;
|
|
padding-right: 320px;
|
|
}
|
|
|
|
.p-zy180 {
|
|
padding-left: 180px;
|
|
padding-right: 180px;
|
|
}
|
|
|
|
.p-zy40 {
|
|
padding-left: 40px;
|
|
padding-right: 40px;
|
|
}
|
|
|
|
.p-zy30 {
|
|
padding-left: 30px;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.p-zy20 {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.p-zy15 {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.p-zy10 {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
|
|
.p-sx10 {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.p-sx20 {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.p-sx30 {
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.p-sx65 {
|
|
padding-top: 65px;
|
|
padding-bottom: 65px;
|
|
}
|
|
|
|
|
|
.font-12 {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.font-13 {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.font-14 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.font-15 {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.font-16 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.font-18 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.font-20 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.font-22 {
|
|
font-size: 22px;
|
|
}
|
|
|
|
.font-24 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.font-26 {
|
|
font-size: 26px;
|
|
}
|
|
|
|
.font-28 {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.font-32 {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.font-30 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.font-36 {
|
|
font-size: 36px;
|
|
}
|
|
|
|
.font-40 {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.fb {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
.linh48 {
|
|
line-height: 48px;
|
|
}
|
|
|
|
.linh42 {
|
|
line-height: 42px;
|
|
}
|
|
|
|
.linh32 {
|
|
line-height: 32px;
|
|
}
|
|
|
|
.linh30 {
|
|
line-height: 30px;
|
|
}
|
|
|
|
.linh28 {
|
|
line-height: 28px;
|
|
}
|
|
|
|
.linh26 {
|
|
line-height: 26px;
|
|
}
|
|
|
|
.linh24 {
|
|
line-height: 24px;
|
|
}
|
|
|
|
|
|
.tc {
|
|
text-align: center;
|
|
}
|
|
|
|
.tl {
|
|
text-align: left;
|
|
}
|
|
|
|
.tr {
|
|
text-align: right;
|
|
}
|
|
|
|
.colf {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.colf5 {
|
|
color: #F5F5F5;
|
|
}
|
|
|
|
.col19 {
|
|
color: #191919;
|
|
}
|
|
|
|
.col7d {
|
|
color: #7d7d7d;
|
|
}
|
|
|
|
.col9 {
|
|
color: #999999;
|
|
}
|
|
|
|
.colcb {
|
|
color: #cb1919
|
|
}
|
|
|
|
.col22 {
|
|
color: #222222
|
|
}
|
|
|
|
.col52 {
|
|
color: #525252
|
|
}
|
|
|
|
.backf {
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.backe6 {
|
|
background: #e6e6e6;
|
|
}
|
|
|
|
.backf5 {
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.backe9 {
|
|
background: #e9e9e9;
|
|
}
|
|
|
|
|
|
.bord2 {
|
|
border: 2px solid #e5e5e5;
|
|
}
|
|
|
|
.bd {
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
|
|
.btt {
|
|
border-top: 1px solid #ebebeb;
|
|
}
|
|
|
|
.bbt {
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
|
|
.bbtAll {
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
|
|
.tin2 {
|
|
text-indent: 2em;
|
|
}
|
|
|
|
.borr {
|
|
border-radius: 3px;
|
|
border: 1px solid #CB1919;
|
|
color: #CB1919;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.borf {
|
|
border-radius: 3px;
|
|
border: 1px solid #7d7d7d;
|
|
color: #7d7d7d;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.clips1 {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.clips2 {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.clips3 {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.clips4 {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 4;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
}
|
|
|
|
ul li {
|
|
list-style: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
.tn {
|
|
text-decoration: none;
|
|
}
|
|
|
|
input {
|
|
outline: none;
|
|
}
|
|
|
|
#gotoTop {
|
|
width: 57px;
|
|
height: 57px;
|
|
cursor: pointer;
|
|
position: fixed;
|
|
right: 60px;
|
|
bottom: 110px;
|
|
z-index: 20;
|
|
display: none;
|
|
}
|
|
|
|
.dmedia {
|
|
display: inline;
|
|
}
|
|
|
|
/* 轮播图 */
|
|
.swiper-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.swiper-slide {
|
|
text-align: center;
|
|
font-size: 18px;
|
|
background: #fff;
|
|
/* Center slide text vertically */
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.swiper-pagination-bullet {
|
|
width: 13px;
|
|
height: 13px;
|
|
border-radius: 100%;
|
|
background: #FFFFFF;
|
|
border: 2px solid #FFFFFF;
|
|
opacity: 1;
|
|
}
|
|
|
|
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
|
|
width: 13px;
|
|
height: 13px;
|
|
border-radius: 100%;
|
|
border: 2px solid #cd2628;
|
|
background-color: rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
.shop-swiper .swiper-pagination-bullet {
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 100%;
|
|
background: #595d60;
|
|
border: 2px solid #595d60;
|
|
opacity: 1;
|
|
}
|
|
|
|
.shop-swiper>.swiper-pagination-bullets .swiper-pagination-bullet-active {
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 100%;
|
|
border: 2px solid #cd2628;
|
|
background-color: #cd2628;
|
|
}
|
|
|
|
.swiper-button-prev,
|
|
.swiper-container-rtl .swiper-button-prev {
|
|
left: 0px;
|
|
right: auto;
|
|
}
|
|
|
|
.swiper-button-next,
|
|
.swiper-container-rtl .swiper-button-prev {
|
|
right: 0px;
|
|
left: auto;
|
|
}
|
|
|
|
.swiper-button-next,
|
|
.swiper-button-prev {
|
|
position: absolute;
|
|
top: 40%;
|
|
background: #ffffff;
|
|
/* width: calc(var(--swiper-navigation-size)/ 44 * 27);
|
|
height: var(--swiper-navigation-size); */
|
|
width: 39px;
|
|
height: 39px;
|
|
margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
|
|
z-index: 2;
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #c6c6c6;
|
|
}
|
|
|
|
.swiper-button-next::after,
|
|
.swiper-button-prev::after {
|
|
font-family: swiper-icons;
|
|
font-size: 18px;
|
|
text-transform: none !important;
|
|
letter-spacing: 0;
|
|
text-transform: none;
|
|
font-variant: initial;
|
|
line-height: 1;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.parent-page {
|
|
max-height: 360px;
|
|
}
|
|
|
|
.parent-page img {
|
|
max-height: 360px;
|
|
float: left;
|
|
}
|
|
|
|
/* 首页7个轮播 */
|
|
.swiper-pub {
|
|
width: 39px;
|
|
height: 39px;
|
|
position: absolute;
|
|
top: 35%;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.two-next {
|
|
right: 0;
|
|
}
|
|
|
|
.two-pre {
|
|
left: 0;
|
|
}
|
|
|
|
/* 详情页轮播箭头样式 */
|
|
.xq-pub {
|
|
width: 46px;
|
|
height: 46px;
|
|
position: absolute;
|
|
top: 46%;
|
|
opacity: 0.2;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.xq-next {
|
|
right: 20px;
|
|
}
|
|
|
|
.xq-pre {
|
|
left: 20px;
|
|
}
|
|
|
|
.allitem-title {
|
|
padding: 45px 0 40px 0;
|
|
}
|
|
|
|
.zx-more {
|
|
display: none;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
/* 弹框 */
|
|
#isTank {
|
|
display: none;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, .2);
|
|
z-index: 20;
|
|
}
|
|
|
|
#isTank>div {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
#isTank>div>div {
|
|
max-width: 986px;
|
|
background: #FFFFFF;
|
|
border-radius: 3px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.close-q {
|
|
width: 19px;
|
|
height: 19px;
|
|
}
|
|
|
|
.close-q div {
|
|
background: #828282;
|
|
border-radius: 10px;
|
|
width: 2px;
|
|
height: 22px;
|
|
}
|
|
|
|
.close-q div:first-child {
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.close-q div:last-child {
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.tk-tougao {
|
|
padding: 30px 40px;
|
|
}
|
|
|
|
.tk-tougao>div>input {
|
|
width: 459px;
|
|
height: 52px;
|
|
border: 1px solid #E6E6E6;
|
|
border-radius: 3px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.bord2>div>div {
|
|
color: #FFFFFF;
|
|
background: #CB1919;
|
|
font-size: 14px;
|
|
padding: 2px 4px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#sumitdh {
|
|
width: 163px;
|
|
height: 53px;
|
|
line-height: 53px;
|
|
text-align: center;
|
|
background: #CB1919;
|
|
border-radius: 3px;
|
|
font-size: 18px;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.chooseImg-box {
|
|
display: inline-block;
|
|
}
|
|
|
|
.chooseImg-box>div input {
|
|
width: 109px;
|
|
height: 109px;
|
|
border: 1px solid #E6E6E6;
|
|
border-radius: 3px;
|
|
opacity: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
.chooseImg-box>div>div {
|
|
width: 109px;
|
|
height: 109px;
|
|
border: 1px solid #E6E6E6;
|
|
border-radius: 3px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.chooseImg-box>div>div span {
|
|
display: block;
|
|
width: 2px;
|
|
height: 60px;
|
|
border-radius: 3px;
|
|
background-color: #E6E6E6;
|
|
}
|
|
|
|
.chooseImg-box>div>div span:first-child {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.chooseImg-box>div img {
|
|
width: 109px;
|
|
height: 109px;
|
|
object-fit: cover;
|
|
z-index: 1;
|
|
border-radius: 3px;
|
|
}
|
|
.chooseImg-content2{
|
|
margin-top: 76px;
|
|
margin-left: 120px;
|
|
font-size: 12px;
|
|
color: #222222;
|
|
opacity: .7;
|
|
}
|
|
.chooseImg-content {
|
|
margin-top: 76px;
|
|
margin-left: 120px;
|
|
font-size: 12px;
|
|
color: #222222;
|
|
opacity: .7;
|
|
}
|
|
|
|
.tgsub-btn {
|
|
width: 906px;
|
|
}
|
|
|
|
.tgsub-btn div {
|
|
width: 163px;
|
|
height: 53px;
|
|
line-height: 53px;
|
|
text-align: center;
|
|
background: #CB1919;
|
|
border-radius: 3px;
|
|
font-size: 18px;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
#success_fail {
|
|
width: 569px;
|
|
}
|
|
|
|
#failk>img,
|
|
#successk>img {
|
|
width: 77px;
|
|
height: 77px;
|
|
margin-top: 54px;
|
|
}
|
|
|
|
.goZhanl {
|
|
margin: 50px 0;
|
|
border: 1px solid #cccccc;
|
|
width: 104px;
|
|
height: 45px;
|
|
text-align: center;
|
|
line-height: 45px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.goShop,
|
|
#successk div:last-child div {
|
|
margin: 50px 0;
|
|
border: 1px solid #cccccc;
|
|
width: 104px;
|
|
height: 45px;
|
|
text-align: center;
|
|
line-height: 45px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#successk div:last-child div:last-child {
|
|
margin-left: 10px;
|
|
border: 1px solid #CB1919;
|
|
color: #CB1919;
|
|
}
|
|
|
|
/* 首页 */
|
|
.logo {
|
|
width: 487px;
|
|
}
|
|
|
|
.banner-img {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.head-box {
|
|
position: sticky;
|
|
top: -6px;
|
|
z-index: 10;
|
|
background: #FFFFFF;
|
|
padding: 10px 180px;
|
|
}
|
|
|
|
/* .head-nav-box>div:last-child{margin-top: 20px;} */
|
|
.sy-dian {
|
|
width: 4px;
|
|
height: 4px;
|
|
border-radius: 100%;
|
|
background-color: #181818;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.top-nav {
|
|
position: sticky;
|
|
top: -6px;
|
|
z-index: 10;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.dao-boxw {
|
|
box-shadow: 0px 3px 12px rgba(2, 2, 2, .16);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.guan-box {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
color: #181818;
|
|
width: 100%;
|
|
justify-content: flex-end;
|
|
}
|
|
.guan-box a{color: #161616;}
|
|
.guan-box span {
|
|
opacity: .8;
|
|
}
|
|
|
|
|
|
.dao-box>li {
|
|
padding: 5px 25px;
|
|
flex-shrink: 0;
|
|
text-align: center;
|
|
font-size: 19px;
|
|
}
|
|
|
|
.dao-box>li>div {
|
|
padding: 6px 0;
|
|
}
|
|
|
|
.dao-box>li>div>a {
|
|
text-decoration: none;
|
|
color: #181818;
|
|
}
|
|
|
|
.dao-box>li>div>a:hover {
|
|
color: #cd2628;
|
|
}
|
|
|
|
.dao-box>li>div>a:active {
|
|
color: #cd2628;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cq-dao-active {
|
|
position: relative;
|
|
font-weight: bold;
|
|
color: #cd2628;
|
|
}
|
|
.cq-dao-active::before{
|
|
position: absolute;
|
|
content: '';
|
|
width: 100%;
|
|
height: 3px;
|
|
bottom: 0;
|
|
background: #cd2628;
|
|
}
|
|
.cq-dao-active::after{
|
|
position: absolute;
|
|
content: '';
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 100%;
|
|
right: -10px;
|
|
top: 4px;
|
|
background: #cd2628;
|
|
}
|
|
.cq-dao-active>a {
|
|
font-weight: bold;
|
|
color: #cd2628 !important;
|
|
}
|
|
|
|
.input-box {
|
|
flex-shrink: 0;
|
|
height: 40px;
|
|
border-radius: 3px;
|
|
border: 1px solid #ebebeb;
|
|
padding: 0 10px;
|
|
width: 220px;
|
|
}
|
|
|
|
.input-box input {
|
|
font-size: 14px;
|
|
height: 38px;
|
|
border: 0;
|
|
}
|
|
|
|
.input-box img {
|
|
right: 10px;
|
|
top: 10px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.cq-item-title-box {
|
|
padding: 65px 0 30px 0;
|
|
}
|
|
|
|
.cq-item-title-box>div>div {
|
|
background: -webkit-linear-gradient(left, red, rgba(255, 255, 255, 0));
|
|
height: 11px;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 130px;
|
|
opacity: .8;
|
|
z-index: 0;
|
|
}
|
|
|
|
.cq-gengd {
|
|
font-size: 18px;
|
|
color: #191919;
|
|
}
|
|
|
|
.exhibition .item-box {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
height: 388px;
|
|
}
|
|
|
|
.exhibition .item-box>img {
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.msg .m-x32:nth-last-child(1) {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.msg .m-x32:nth-last-child(2) {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
|
|
/* .xx-img{ width:242px; height:151px;} */
|
|
.xx-content {
|
|
line-height: 28px;
|
|
}
|
|
|
|
.xx-img {
|
|
width: 100%;
|
|
}
|
|
#homeArtist {
|
|
width: 101.2%;
|
|
}
|
|
.checksyzp {
|
|
background: #cb1919;
|
|
color: rgba(255, 255, 255, .8);
|
|
padding: 6px 10px;
|
|
}
|
|
|
|
.ysj-itemcheck {
|
|
border: 1px solid #cecccc;
|
|
padding: 6px 10px;
|
|
color: rgba(25, 25, 25, .7);
|
|
}
|
|
|
|
.ysj-itemcon {
|
|
color: rgba(25, 25, 25, .7);
|
|
}
|
|
|
|
|
|
.xinxy-box {
|
|
background: #f6f5f3;
|
|
padding-bottom: 65px;
|
|
}
|
|
|
|
.xinxy-box .dac {
|
|
width: 101.4%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.xinxy-box .msg .w48 {
|
|
width: 49%;
|
|
}
|
|
|
|
.syysj-box {
|
|
background: #100e0d;
|
|
padding-bottom: 65px;
|
|
}
|
|
|
|
.syys-name {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
color: #cb1919;
|
|
}
|
|
|
|
.sypx-box {
|
|
background: url(../img/public/px-bac.png);
|
|
background-size: 100% 100%;
|
|
padding-bottom: 65px;
|
|
}
|
|
|
|
.sypx-box img {
|
|
height: 470px;
|
|
float: left;
|
|
}
|
|
|
|
.sypx-box .ys-title {
|
|
height: 70px;
|
|
line-height: 70px;
|
|
}
|
|
|
|
.hz-jies {
|
|
font-size: 14px;
|
|
color: rgba(25, 25, 25, .5);
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.hzly-box {
|
|
padding: 30px;
|
|
z-index: 1;
|
|
}
|
|
|
|
|
|
.hz-imgItem img {
|
|
cursor: pointer;
|
|
width: 90%;
|
|
}
|
|
|
|
.yssc-img {
|
|
height: 500px;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.yssc-item {
|
|
height: 500px;
|
|
vertical-align: bottom;
|
|
max-width: 364px;
|
|
}
|
|
|
|
/* 资讯 */
|
|
#zx-list>div div:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#zx-list>div:hover .zx-title {
|
|
color: #CB1919;
|
|
}
|
|
|
|
#zx-list>div:hover .zx-dian {
|
|
color: #CB1919;
|
|
}
|
|
|
|
.zx-nav,
|
|
.szx-nav,
|
|
.px-nav {
|
|
padding: 0;
|
|
}
|
|
|
|
.zx-nav li span {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.zx-nav li,
|
|
.szx-nav li,
|
|
.px-nav li {
|
|
margin-right: 50px;
|
|
position: relative;
|
|
padding: 20px 0 15px 0;
|
|
}
|
|
|
|
.zx-nav li a,
|
|
.szx-nav li a,
|
|
.px-nav li a {
|
|
text-decoration: none;
|
|
color: #181818;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.zx-nav li div,
|
|
.szx-nav li div,
|
|
.px-nav li div {
|
|
border-bottom: 2px solid #FFFFFF;
|
|
width: 100%;
|
|
position: absolute;
|
|
}
|
|
|
|
.zx-nav li .zx-nav-active,
|
|
.szx-nav li .zx-nav-active,
|
|
.px-nav li .zx-nav-active {
|
|
border-bottom: 2px solid #CB1919;
|
|
position: absolute;
|
|
bottom: -1px;
|
|
}
|
|
|
|
|
|
#zx-xg>div:first-child {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.zx-xx {
|
|
color: #cd2628;
|
|
border: 1px solid #cd2628;
|
|
padding: 6px 20px;
|
|
border-radius: 3px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.zx-gg {
|
|
padding: 6px 20px;
|
|
border: 1px solid #222222;
|
|
border-radius: 3px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* 机构 */
|
|
#jg-list img,
|
|
#jgm-list img,
|
|
#jgz-list img,
|
|
#jgy-list img,
|
|
#jgs-list img,
|
|
#pmd-list img,
|
|
#pxsp-list img,
|
|
#ys-list img,
|
|
#zl-list img {
|
|
transition: transform .5s;
|
|
}
|
|
|
|
#jg-list img:hover,
|
|
#jgm-list img:hover,
|
|
#jgz-list img:hover,
|
|
#jgy-list img:hover,
|
|
#jgs-list img:hover,
|
|
#pmd-list img:hover,
|
|
#ys-list img:hover,
|
|
#zl-list img:hover {
|
|
transform: scale(.94);
|
|
transition: transform .5s;
|
|
cursor: pointer;
|
|
}
|
|
#pmd-list a:hover .font-18,#jg-list a:hover .font-18{color: #CB1919;}
|
|
.jg-guanz {
|
|
width: 110px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
text-align: center;
|
|
}
|
|
|
|
.jg-xian {
|
|
border: 0.5px solid #dbdbdb;
|
|
position: absolute;
|
|
right: -26px;
|
|
height: 28%;
|
|
top: 38%;
|
|
}
|
|
|
|
.jg-twoNav {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.jg-tou {
|
|
padding: 6px;
|
|
margin-top: -90px;
|
|
}
|
|
|
|
/* 拍卖 */
|
|
#pm-list a:hover>div{
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, .2);
|
|
}
|
|
#pxzb-list a:hover {
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, .2);
|
|
}
|
|
#pm-list img{height: 304px;object-fit: cover;}
|
|
#pm-list a:hover .clips1,
|
|
#pxzb-list a:hover .clips1 {
|
|
color: #CB1919;
|
|
}
|
|
.artist_detail_right{width: 86%;padding-right: 10px;}
|
|
#pm-list a:hover div:last-child>div:first-child .quan,
|
|
#pxzb-list a:hover div:last-child>div:first-child .quan {
|
|
border: 2px solid #CB1919;
|
|
}
|
|
|
|
.quan {
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 100%;
|
|
border: 2px solid #818181;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.pm-detail-box {
|
|
width: 86%;
|
|
background: #f4f4f4;
|
|
padding: 20px;
|
|
}
|
|
|
|
.pm-detail-box .font-24 {
|
|
width: 100%;
|
|
line-height: 36px;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
/* 培训 */
|
|
.px-item-img {
|
|
float: left;
|
|
}
|
|
|
|
.px-item-bo {
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
#px-list a .backf5{border: 1px solid #FFFFFF;margin-top: -2px;}
|
|
#px-list a:hover .backf5{background: #FFFFFF;border: 1px solid #f5f5f5;}
|
|
#px-list a:hover .clips1{color: #CB1919;}
|
|
#px-list a:hover .quan{border: 2px solid #CB1919;}
|
|
.zaixian-img{max-height: 400px;object-fit: cover;float: left;}
|
|
#pxsp-list div>div:first-child:hover {
|
|
transform: scale(.94);
|
|
transition: transform .5s;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#pxsp-list div:hover>div {
|
|
color: #CB1919;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* 艺术家 */
|
|
#ys-cate {
|
|
padding: 0;
|
|
}
|
|
|
|
#ys-cate li a {
|
|
text-decoration: none;
|
|
color: #181818;
|
|
font-size: 18px;
|
|
}
|
|
|
|
#ys-cate li {
|
|
margin-right: 29px;
|
|
position: relative;
|
|
padding: 20px 0 15px 0;
|
|
}
|
|
|
|
#ys-cate li div {
|
|
border-bottom: 2px solid #FFFFFF;
|
|
width: 100%;
|
|
position: absolute;
|
|
}
|
|
|
|
#ys-cate li .zx-nav-active {
|
|
border-bottom: 2px solid #CB1919;
|
|
position: absolute;
|
|
bottom: -1px;
|
|
}
|
|
|
|
|
|
#ys-list div:hover .djbac {
|
|
color: #CB1919;
|
|
}
|
|
|
|
#ys-list div .djbac>div:last-child a {
|
|
text-decoration: none;
|
|
color: #191919;
|
|
opacity: .8;
|
|
}
|
|
|
|
#ys-list div:hover .djbac>div:last-child {
|
|
color: #FFFFFF;
|
|
background-color: #CB1919;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#ys-list div:hover .djbac>div:last-child a {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
#ysj-ft>div>div:hover {
|
|
box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
|
|
cursor: pointer;
|
|
color: #CB1919;
|
|
opacity: 1;
|
|
}
|
|
|
|
#ysj-ft>div>div:hover div {
|
|
color: #CB1919;
|
|
}
|
|
|
|
#ysj-ft>div>div .dac span {
|
|
opacity: 0;
|
|
}
|
|
|
|
#ysj-ft>div>div:hover .op6 {
|
|
opacity: 1;
|
|
}
|
|
|
|
#ysj-ft>div>div:hover .dac span {
|
|
opacity: 1;
|
|
}
|
|
|
|
#ysj-skd-box {
|
|
width: 26%;
|
|
}
|
|
|
|
#ysj-skd-box .m-s20:hover {
|
|
cursor: pointer;
|
|
color: #CB1919;
|
|
}
|
|
|
|
#jgy-list div:hover div {
|
|
font-weight: bold;
|
|
color: #CB1919;
|
|
}
|
|
|
|
#ysjzz-list div {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#ysjzz-list div:hover img {
|
|
transform: scale(.94);
|
|
transition: transform .5s;
|
|
}
|
|
|
|
#ysjzz-list div img {
|
|
transition: transform .5s;
|
|
}
|
|
|
|
#ysjzz-list div:hover div {
|
|
color: #CB1919;
|
|
}
|
|
|
|
#ysjzz-list div:hover .m-s20 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* 展览 */
|
|
#zlzp-list>div:hover div {
|
|
color: #CB1919;
|
|
}
|
|
|
|
#zlzp-list .pr div {
|
|
background: rgba(255, 255, 255, 0.6);
|
|
right: 36px;
|
|
bottom: 10px;
|
|
width: 34px;
|
|
height: 34px;
|
|
}
|
|
|
|
#zlzp-list>div:hover div:last-child>span {
|
|
color: #FFFFFF;
|
|
background: #CB1919;
|
|
}
|
|
|
|
#zlzp-list>div:hover .font-16 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.zltp {
|
|
width: 179px;
|
|
height: 47px;
|
|
border-radius: 5px;
|
|
border: 1px solid #dbdbdb;
|
|
line-height: 47px;
|
|
text-align: center;
|
|
}
|
|
|
|
.toug-btn {
|
|
color: #ce2828;
|
|
border: 1px solid #ce2828;
|
|
width: 110px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.zhanldw {
|
|
width: 15px;
|
|
height: 17px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.col007 {
|
|
color: #007de2;
|
|
}
|
|
|
|
.zhanl-select {
|
|
height: 36px;
|
|
border: 1px solid #e6e6e6;
|
|
border-radius: 5px;
|
|
line-height: 36px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.zhanl-select img {
|
|
width: 12px;
|
|
height: 8px;
|
|
}
|
|
|
|
.zpsearch-box {
|
|
width: 244px;
|
|
height: 36px;
|
|
border: 1px solid #e6e6e6;
|
|
border-radius: 5px;
|
|
line-height: 36px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.zpsearch-box input {
|
|
width: 100%;
|
|
border: none;
|
|
height: 34px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.zpsearch-box img {
|
|
width: 17px;
|
|
height: 16px;
|
|
}
|
|
|
|
#previewImg {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, .5);
|
|
z-index: 10;
|
|
display: none;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#previewImg div:first-child {
|
|
background: #FFFFFF;
|
|
border-radius: 10px;
|
|
border: 10px solid #FFFFFF;
|
|
width: 520px;
|
|
height: 500px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#previewImg div:last-child {
|
|
background-color: #FFFFFF;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 100%;
|
|
width: 50px;
|
|
height: 50px;
|
|
margin-top: 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#zl-list .m-s30:hover div {
|
|
color: #CB1919;
|
|
}
|
|
|
|
#zl-list .m-s30:hover .font-18 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* 积分商城 */
|
|
#jf-list{width: 102.6%;}
|
|
|
|
#rem-list a,
|
|
#jf-list a {
|
|
margin: 10px;
|
|
}
|
|
#rem-list a div:nth-of-type(1),
|
|
#jf-list a div:nth-of-type(1) {
|
|
height: 44px;
|
|
}
|
|
#rem-list a img,
|
|
#jf-list a img {
|
|
height: 230px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
#rem-list .dfc:hover,
|
|
#jf-list .dfc:hover {
|
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
|
|
}
|
|
|
|
/* #rem-list a:hover .linh24,
|
|
#jf-list a:hover .linh24 {
|
|
color: #CB1919;
|
|
} */
|
|
|
|
.addNum {
|
|
background: #f1f1f1;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
width: 20px;
|
|
border-left: 1px solid #CCCCCC;
|
|
}
|
|
|
|
.delNum {
|
|
background: #f1f1f1;
|
|
height: 23px;
|
|
line-height: 23px;
|
|
border-left: 1px solid #CCCCCC;
|
|
border-top: 1px solid #CCCCCC;
|
|
}
|
|
|
|
#cq-list a,#sh-list a{width: 41%;}
|
|
#sh-list a .pa{bottom: 0px;background: linear-gradient(to top,rgba(0,0,0,.5),rgba(255,255,255,0));margin: 0;}
|
|
#sh-list .dis .m-y20:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
#cq-list .dis .m-y20:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
#scjf-list .m-y20:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
#alls-list .dfc a {
|
|
margin: 10px;
|
|
}
|
|
|
|
#alls-list .dfc a img {
|
|
max-height: 230px;
|
|
}
|
|
|
|
#alls-list .dfc:hover {
|
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
|
|
}
|
|
|
|
#alls-list .dfc:hover a {
|
|
color: #CB1919;
|
|
}
|
|
|
|
/* 详情右侧 */
|
|
.detail-right {
|
|
width: 86%;
|
|
padding-right: 10px;
|
|
padding: 20px;
|
|
}
|
|
|
|
.youhq-box span {
|
|
background: #d96464;
|
|
color: #FFFFFF;
|
|
padding: 2px 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.detail-input-box {
|
|
width: 60px;
|
|
height: 46px;
|
|
border: 1px solid #cccccc;
|
|
}
|
|
|
|
#numVal {
|
|
border: none;
|
|
width: 32px;
|
|
text-align: center;
|
|
height: 44px;
|
|
}
|
|
|
|
.dui-box,
|
|
.addcart-box {
|
|
width: 163px;
|
|
height: 53px;
|
|
line-height: 53px;
|
|
text-align: center;
|
|
background: #CB1919;
|
|
margin-left: 46px;
|
|
}
|
|
|
|
.addcart-box:last-child {
|
|
background: #ed4910;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.detail-right .p-s20>.dac {
|
|
margin-left: 46px;
|
|
}
|
|
|
|
.detail-right .p-s20 img:first-child {
|
|
width: 14px;
|
|
height: 13px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.detail-right .p-s20 img:last-child {
|
|
width: 16px;
|
|
height: 14px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.goMai {
|
|
background-color: #CB1919;
|
|
color: #FFFFFF;
|
|
font-size: 20px;
|
|
padding: 10px 40px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.zzpub {
|
|
font-size: 20px;
|
|
cursor: pointer;
|
|
width: 163px;
|
|
height: 53px;
|
|
line-height: 53px;
|
|
text-align: center;
|
|
border: 1px solid #CB1919;
|
|
}
|
|
|
|
.goMaiz {
|
|
background-color: #CB1919;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.yul {
|
|
color: #CB1919;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/* 征稿 */
|
|
.zhenggaoZhanw {
|
|
height: 15px;
|
|
width: 100%;
|
|
background: rgba(245, 245, 245, 1);
|
|
}
|
|
|
|
.ty_zgysconTr th:nth-child(1) {
|
|
width: 340px;
|
|
}
|
|
|
|
.ty_zgysconTr th:nth-child(1) div {
|
|
margin-right: 120px;
|
|
}
|
|
|
|
.ty_zgysconTr th:nth-child(2) {
|
|
width: 260px;
|
|
}
|
|
|
|
.ty_zgysconTr th:nth-child(3) {
|
|
width: 80px;
|
|
}
|
|
|
|
.ty_zgysconTr th:nth-child(4) {
|
|
width: 170px;
|
|
}
|
|
|
|
.ty_zgysconTr th:nth-child(5) {
|
|
width: 90px;
|
|
}
|
|
|
|
.zg-img-box {
|
|
width: 103px;
|
|
height: 103px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.zg-btn-box {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
/* 推荐作品 */
|
|
.tui-box {
|
|
margin: 0 auto;
|
|
table-layout: fixed;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.biaoti {
|
|
color: #191919;
|
|
opacity: .8;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
background-color: rgb(245, 245, 245);
|
|
height: 40px;
|
|
}
|
|
|
|
.biaoti th:nth-child(1) {
|
|
width: 20px;
|
|
}
|
|
|
|
.biaoti th:nth-child(2) {
|
|
width: 70px;
|
|
}
|
|
|
|
.biaoti th:nth-child(3) {
|
|
width: 180px;
|
|
}
|
|
|
|
.biaoti th:nth-child(4),
|
|
.biaoti th:nth-child(5) {
|
|
width: 120px;
|
|
}
|
|
|
|
.biaoti th:nth-child(6) {
|
|
width: 240px;
|
|
text-align: left;
|
|
}
|
|
|
|
.foot-all-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 30px 0px 50px 0;
|
|
}
|
|
|
|
#pre_next_box {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
#pre_next_box button {
|
|
width: 100px;
|
|
height: 37px;
|
|
line-height: 37px;
|
|
text-align: center;
|
|
background: #FFFFFF;
|
|
border-radius: 3px;
|
|
border: 1px solid #E6E6E6;
|
|
color: #848484;
|
|
}
|
|
|
|
/* 个人头部 */
|
|
.tyhder_herader {
|
|
box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
|
|
position: relative;
|
|
background-color: #fff;
|
|
z-index: 100000;
|
|
}
|
|
|
|
.tyhder_herader>img {
|
|
width: 100%;
|
|
}
|
|
|
|
.tyhder_herader>nav>img {
|
|
margin-right: 210px;
|
|
|
|
width:487px;
|
|
}
|
|
|
|
|
|
.tyhder_herader>nav {
|
|
padding-top: 31px;
|
|
justify-content: space-between;
|
|
background-color: #fff;
|
|
align-items: flex-end;
|
|
}
|
|
.tyhder_herader .dis>a{
|
|
display: inline-block;
|
|
height: 80%;
|
|
width: 38%;
|
|
}
|
|
.tyhder_herader .dis>a img{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.tyhder_listnav {
|
|
display: flex;
|
|
color: rgb(135, 135, 135);
|
|
|
|
justify-content:flex-end;
|
|
padding-bottom: 37px;
|
|
|
|
}
|
|
|
|
.tyhder_listnav>li {
|
|
display: flex;
|
|
|
|
font-size: 12px;
|
|
padding-left: 8px;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.tyhder_listnav a {
|
|
color: #616161;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.tyhder_di {
|
|
width: 4px;
|
|
background-color: rgb(135, 135, 135);
|
|
height: 4px;
|
|
display: block;
|
|
border-radius: 50%;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.tyhder_topicon {
|
|
width: 15px;
|
|
margin-right: 6px;
|
|
height: 15px;
|
|
}
|
|
|
|
.tyhder_gr {
|
|
color: rgb(201, 57, 57) !important;
|
|
}
|
|
.tyhder_btntop{
|
|
display: none;
|
|
}
|
|
.pod{
|
|
|
|
/* background-color: rgb(245, 245, 245); */
|
|
top: 0px;
|
|
position: relative;
|
|
|
|
}
|
|
.dtip{
|
|
box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
.ty_herader .ty_listnavPosition{
|
|
|
|
display: block;
|
|
background-color: rgb(245, 245, 245);
|
|
right: 0px;
|
|
top: 0px;
|
|
height: 100%;
|
|
}
|
|
|
|
/* 自适应 */
|
|
/* header */
|
|
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
|
|
.tygrzx input::-webkit-input-placeholder {
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tygrzx input::-moz-placeholder {
|
|
/* Mozilla Firefox 19+ */
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tygrzx input:-moz-placeholder {
|
|
/* Mozilla Firefox 4 to 18 */
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tygrzx input:-ms-input-placeholder {
|
|
/* Internet Explorer 10-11 */
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tygrzx select {
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tygrzx_grint input::-webkit-input-placeholder {
|
|
color: #222222;
|
|
}
|
|
|
|
.tygrzx_grint input::-moz-placeholder {
|
|
/* Mozilla Firefox 19+ */
|
|
color: #222222;
|
|
}
|
|
|
|
.tygrzx_grint input:-moz-placeholder {
|
|
/* Mozilla Firefox 4 to 18 */
|
|
color: #222222;
|
|
}
|
|
|
|
.tygrzx_grint input:-ms-input-placeholder {
|
|
/* Internet Explorer 10-11 */
|
|
color: #222222;
|
|
}
|
|
|
|
.tygrzx_grint select {
|
|
color: #222222;
|
|
}
|
|
|
|
|
|
/* main */
|
|
.tygrzx_ds {
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
|
|
.naliu {
|
|
width: 50px;
|
|
height: 50px;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
position: fixed;
|
|
top: 36%;
|
|
display: none;
|
|
left: 10px;
|
|
border-radius: 50%;
|
|
z-index: 5;
|
|
}
|
|
|
|
.mian {
|
|
padding-top: 22px;
|
|
}
|
|
|
|
.tygrzx_co {
|
|
background-color: rgb(245, 245, 245);
|
|
}
|
|
|
|
.tygrzx_left {
|
|
width: 202px;
|
|
height: 711px;
|
|
background-color: #fff;
|
|
padding-top: 29px;
|
|
margin-right: 19px;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
}
|
|
|
|
.tygrzx_caidan {
|
|
width: 100%;
|
|
height: 30px;
|
|
border-radius: 3px;
|
|
line-height: 30px;
|
|
background-color: #fff;
|
|
display: none;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: -60px;
|
|
|
|
|
|
}
|
|
|
|
.tygrzx_lefttx {
|
|
text-align: center;
|
|
border-bottom: 1px solid rgb(245, 245, 245);
|
|
padding-bottom: 24px;
|
|
}
|
|
|
|
.tygrzx_lefttx>img {
|
|
width: 60%;
|
|
height: 50%;
|
|
margin: auto;
|
|
margin-bottom: 29px;
|
|
|
|
display: block;
|
|
}
|
|
|
|
.tygrzx_leftcon {
|
|
width: 100%;
|
|
height: 53px;
|
|
border-bottom: 1px solid rgb(245, 245, 245);
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 31px;
|
|
font-size: 15px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tygrzx_leftcon>img {
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.tygrzx_ris {
|
|
|
|
/* flex: 1 1 0%; */
|
|
width: 82%;
|
|
}
|
|
|
|
.tygrzx_tit {
|
|
width: 100%;
|
|
height: 64px;
|
|
background-color: #fff;
|
|
line-height: 64px;
|
|
font-weight: bold;
|
|
box-sizing: border-box;
|
|
font-size: 18px;
|
|
|
|
padding-left: 24px;
|
|
}
|
|
|
|
.tygrzx_riscon {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
height: 709px;
|
|
padding-top: 40px;
|
|
padding-left: 100px;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
}
|
|
|
|
|
|
|
|
.tygrzx_dindantit {
|
|
width: 100%;
|
|
height: 20px;
|
|
border-bottom: 1px solid rgb(233, 233, 233);
|
|
;
|
|
display: none;
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.tygrzx_grzximg {
|
|
position: absolute;
|
|
top: 0px;
|
|
width: 202px;
|
|
height: 33px;
|
|
border: 1px solid rgb(245, 245, 245);
|
|
background-image: linear-gradient(#fff, rgb(245, 245, 245));
|
|
margin-bottom: 16px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
opacity: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tygrzx_scimg {
|
|
width: 154px;
|
|
height: 154px;
|
|
background-color: rgb(245, 245, 245);
|
|
border-radius: 50%;
|
|
border: none;
|
|
margin-right: 28px;
|
|
}
|
|
|
|
.tygrzx_scimg>img {
|
|
width: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.tygrzx_tupian {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 44px;
|
|
}
|
|
|
|
.tygrzx_tupian> :nth-child(2) {
|
|
position: relative;
|
|
}
|
|
|
|
::-webkit-input-placeholder {
|
|
color: #222222;
|
|
}
|
|
|
|
.tygrzx_tubtn {
|
|
width: 202px;
|
|
height: 33px;
|
|
border: 1px solid rgb(245, 245, 245);
|
|
background-image: linear-gradient(#fff, rgb(245, 245, 245));
|
|
margin-bottom: 16px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tygrzx_col {
|
|
color: rgb(193, 193, 193);
|
|
}
|
|
|
|
.tygrzx_name {
|
|
display: flex;
|
|
margin-bottom: 37px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tygrzx_name> :nth-child(1) {
|
|
width: 65px;
|
|
margin-right: 20px;
|
|
text-align: right;
|
|
}
|
|
|
|
.tygrzx_int {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.tygrzx_int> :nth-child(1) {
|
|
width: 65px;
|
|
text-align: right;
|
|
margin-right: 20px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tygrzx_int> :nth-child(2) {
|
|
width: 471px;
|
|
height: 52px;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
border: solid 1px #000;
|
|
border-color: rgb(208, 208, 208);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.tygrzx select {
|
|
border-radius: 3px;
|
|
border: solid 1px #000;
|
|
border-color: rgb(208, 208, 208);
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
display: flex;
|
|
padding: 12px 18px;
|
|
box-sizing: border-box;
|
|
background: url("../img/grzx/xiala_08.jpg") no-repeat scroll right 20px top 20px transparent;
|
|
background-size: 12px 8px;
|
|
width: 150px;
|
|
height: 52px;
|
|
cursor: pointer;
|
|
}
|
|
.tygrzx_setle>div>:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
.tygrzx_setlecon{
|
|
display: flex;
|
|
|
|
|
|
}
|
|
.tygrzx_setle {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.tygrzx_setle>:nth-child(1) {
|
|
width: 65px;
|
|
text-align: right;
|
|
margin-right: 20px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tygrzx_setle>div>select {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.tyint_pal {
|
|
padding-left: 14px;
|
|
box-sizing: border-box;
|
|
color: #000;
|
|
}
|
|
|
|
.tygrzx_btn {
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.tygrzx_btn>button {
|
|
border-radius: 5px;
|
|
font-size: 18px;
|
|
width: 138px;
|
|
height: 50px;
|
|
color: #fff;
|
|
background-color: rgb(203, 25, 25);
|
|
cursor: pointer;
|
|
border: none;
|
|
}
|
|
|
|
.tygrzx_btn1 {
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
/* 密码修改 */
|
|
.tygrzx_wic> :nth-child(1) {
|
|
width: 110px;
|
|
}
|
|
|
|
.tygrzx_riscon1 {
|
|
height: 638px;
|
|
margin-top: 10px;
|
|
}
|
|
.tygrzx_riscon>form{
|
|
display: inline-block;
|
|
padding-right: 10px;
|
|
}
|
|
/* 收货地址 */
|
|
.tygrzx_shtit {
|
|
width: 100%;
|
|
height: 64px;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-left: 24px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.tygrzx_shtit>div {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tygrzx_shtit>div>:nth-child(1) {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.tygrzx_shtit>div>:nth-child(2) {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.tygrzx_shtit>p {
|
|
font-size: 18px;
|
|
color: rgb(13, 158, 61);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tygrzx_con {
|
|
width: 100%;
|
|
height: 638px;
|
|
margin-top: 10px;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
padding-top: 26px;
|
|
|
|
}
|
|
|
|
.tygrzx_dizcon {
|
|
width: 94%;
|
|
height: 190px;
|
|
margin: auto;
|
|
margin-bottom: 23px;
|
|
border: 1px solid rgb(229, 229, 229);
|
|
padding-left: 22px;
|
|
padding-top: 20px;
|
|
padding: 20px 22px 0px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tygrzx_dzxx>:nth-child(1)>:nth-child(1) {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tygrzx_dzxx>:nth-child(1)>:nth-child(2) {
|
|
width: 61px;
|
|
height: 23px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color: #fff;
|
|
line-height: 23px;
|
|
margin-left: 18px;
|
|
background-color: rgb(203, 25, 25);
|
|
}
|
|
|
|
.tygrzx_dzxx>:nth-child(1) {
|
|
display: flex;
|
|
}
|
|
|
|
.tygrzx_dzxx {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-self: flex-start;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.tygrzx_dzxx>:nth-child(2) {
|
|
|
|
width: 20px;
|
|
height: 20px;
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.tygrzx_dztext {
|
|
color: rgb(149, 149, 149);
|
|
margin-bottom: 10px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.tygrzx_dztext>span {
|
|
color: #000;
|
|
}
|
|
|
|
.tygrzx_mr {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.tygrzx_mr>:nth-child(2) {
|
|
display: flex;
|
|
color: rgb(74, 122, 228);
|
|
}
|
|
|
|
.tygrzx_mr>:nth-child(2)>p {
|
|
margin-left: 28px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
/* 新增收货地址 */
|
|
.tygrzx_xzsh {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(00, 00, 00, 0.3);
|
|
position: fixed;
|
|
top: 0px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-top: 45px;
|
|
box-sizing: border-box;
|
|
left: 0px;
|
|
z-index: 3;
|
|
}
|
|
|
|
.tygrzx_tcon {
|
|
width: 653px;
|
|
padding-bottom: 43px;
|
|
border-radius: 5px;
|
|
background-color: #fff;
|
|
margin: auto;
|
|
}
|
|
|
|
.tygrzx_tctiti {
|
|
width: 100%;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 15px 20px 12px;
|
|
align-items: center;
|
|
background-color: rgb(233, 233, 233);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tygrzx_tctiti>:nth-child(2) {
|
|
|
|
width: 20px;
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
.tygrzx_tris {
|
|
padding-top: 26px;
|
|
padding-left: 40px;
|
|
}
|
|
|
|
.tygrzx_tcwi {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.tygrzx_tcwi>:nth-child(1) {
|
|
width: 82px;
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.tygrzx_yhtit {
|
|
width: 100%;
|
|
height: 64px;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 23px;
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.tygrzx_yhd {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.tygrzx_yhtit>p {
|
|
margin-right: 40px;
|
|
color: #191919;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* 优惠卷 */
|
|
.tygrzx_yhuij {
|
|
width: 25%;
|
|
text-align: center;
|
|
padding-right: 11px;
|
|
margin-bottom: 11px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tygrzx_yhjyuan {
|
|
position: absolute;
|
|
bottom: -4px;
|
|
width: 100%;
|
|
left: 0px;
|
|
}
|
|
|
|
.tygrzx_yhuij>:nth-child(1) {
|
|
background-color: rgb(116, 210, 212);
|
|
width: 100%;
|
|
height: 142px;
|
|
position: relative;
|
|
padding-top: 26px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tygrzx_yhuij>:nth-child(2) {
|
|
width: 100%;
|
|
height: 83px;
|
|
background-color: rgb(249, 249, 249);
|
|
}
|
|
|
|
.tygrzx_gb {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
width: 50px;
|
|
height: 50px;
|
|
background-image: url("../img/grzx/yhq.png");
|
|
background-size: 100%;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
padding-top: 5px;
|
|
cursor: pointer;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tygrzx_yhmn {
|
|
color: #fff;
|
|
font-size: 36px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
margin: auto;
|
|
line-height: 33px;
|
|
position: relative;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.tygrzx_yhmn>span {
|
|
font-size: 20px;
|
|
display: inline-block;
|
|
top: -9px;
|
|
left: -19px;
|
|
position: absolute;
|
|
}
|
|
|
|
.tygrzx_textyh {
|
|
font-size: 13px;
|
|
margin-top: 15px;
|
|
margin-bottom: 20px;
|
|
color: #fff;
|
|
}
|
|
|
|
.tygrzx_yhbtn {
|
|
width: 121px;
|
|
height: 35px;
|
|
border: 1px solid rgb(116, 210, 212);
|
|
border-radius: 30px;
|
|
margin-top: 26px;
|
|
display: inline-block;
|
|
line-height: 35px;
|
|
cursor: pointer;
|
|
color: rgb(116, 210, 212);
|
|
}
|
|
|
|
.gqtp {
|
|
text-align: right;
|
|
padding-top: 12px;
|
|
padding-right: 12px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tygrzx_tp>:nth-child(4n) {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.tygrzx_listimg {
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
|
|
/* 订单 */
|
|
.tygrzx_ddnav {
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.tygrzx_dindantetx {
|
|
display: flex;
|
|
}
|
|
|
|
.tygrzx_dnum {
|
|
display: flex;
|
|
flex: 1;
|
|
justify-content: space-evenly;
|
|
|
|
}
|
|
.tygrzx_dnum>p{
|
|
padding: 0 10px;
|
|
}
|
|
.tygrzx_ddys {
|
|
color: rgb(203, 25, 25);
|
|
}
|
|
|
|
.tygrzx_ddnav>p {
|
|
margin-right: 32px;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.tygrzx_ddxq {
|
|
width: 100%;
|
|
height: 40px;
|
|
background-color: rgb(245, 245, 245);
|
|
margin-top: 10px;
|
|
display: flex;
|
|
margin-bottom: 18px;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-left: 16px;
|
|
padding-right: 40px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tygrzx_ddxq p {
|
|
font-size: 14px;
|
|
color: rgb(106, 106, 106);
|
|
|
|
}
|
|
|
|
.tygrzx_ddxq>:nth-child(2) {
|
|
display: flex;
|
|
}
|
|
|
|
.tygrzx_ddxq>:nth-child(2)>* {
|
|
|
|
cursor: pointer;
|
|
color: rgb(106, 106, 106);
|
|
margin-left: 50px;
|
|
|
|
}
|
|
|
|
.tygrzx_ddcon {
|
|
width: 100%;
|
|
border: 1px solid rgb(233, 233, 233);
|
|
box-sizing: border-box;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.tygrzx_ddcontit {
|
|
width: 100%;
|
|
height: 35px;
|
|
background-color: rgb(245, 245, 245);
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
justify-content: space-between;
|
|
padding-left: 13px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.tygrzx_ddcontit>:nth-child(1)>p {
|
|
color: rgb(146, 146, 146);
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.tygrzx_ddcontit>:nth-child(2) {
|
|
display: flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
width: 61px;
|
|
}
|
|
|
|
.tygrzx_ddcontit>:nth-child(2)>p {
|
|
margin-right: 5px;
|
|
color: rgb(6, 110, 226);
|
|
width: 32px;
|
|
}
|
|
|
|
.tygrzx_ddxx .a {
|
|
display: flex;
|
|
padding: 14px 0px 14px 15px;
|
|
border-bottom: 1px solid rgb(233, 233, 233);
|
|
border-right: 1px solid rgb(233, 233, 233);
|
|
box-sizing: border-box;
|
|
flex: 1;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.tygrzx_ddxxnoe{
|
|
flex: 1;
|
|
}
|
|
.tygrzx_ddxx>:nth-child(1)>:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.tygrzx_ddmas {
|
|
display: flex;
|
|
}
|
|
|
|
.tygrzx_ddmas>:nth-child(2) {
|
|
width: 250px;
|
|
font-size: 13px;
|
|
padding-top: 12px;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.tygrzx_dindantop {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.tygrzx_dnum>:nth-child(1) {
|
|
padding-top: 12px;
|
|
|
|
font-size: 13px;
|
|
}
|
|
|
|
.tygrzx_dnum>:nth-child(2) {
|
|
padding-top: 12px;
|
|
|
|
font-size: 13px;
|
|
}
|
|
|
|
.tygrzx_ddxx {
|
|
display: flex;
|
|
}
|
|
|
|
.tygrzx_ddxxTxt {
|
|
padding-top: 24px;
|
|
font-size: 13px;
|
|
width: 98px;
|
|
border-right: 1px solid rgb(233, 233, 233);
|
|
text-align: center;
|
|
}
|
|
|
|
.tygrzx_ddxxTxt1 {
|
|
padding-top: 24px;
|
|
width: 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tygrzx_ddxxTxt1>button {
|
|
width: 79px;
|
|
cursor: pointer;
|
|
height: 34px;
|
|
border: 1px solid rgb(233, 156, 156);
|
|
color: rgb(203, 25, 25);
|
|
margin-bottom: 8px;
|
|
font-size: 13px;
|
|
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
|
}
|
|
|
|
.tygrzx_ddxxTxt1>a {
|
|
width: 79px;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
border: 1px solid rgb(233, 156, 156);
|
|
color: rgb(203, 25, 25);
|
|
font-size: 13px;
|
|
margin-bottom: 8px;
|
|
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
|
}
|
|
|
|
.tygrzx_paging {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tygrzx_paging>p {
|
|
width: 101px;
|
|
height: 37px;
|
|
border: solid 1px rgb(243, 243, 243);
|
|
text-align: center;
|
|
line-height: 37px;
|
|
margin-right: 12px;
|
|
color: #848484;
|
|
}
|
|
|
|
.tygrzx_pagingcol {
|
|
color: rgb(255, 82, 0);
|
|
}
|
|
|
|
.tygrzx_paging>div>span {
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
|
.tygrzx_shtcint {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.tygrzx_sgtxt {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
}
|
|
|
|
.tygrzx_tpsc {
|
|
display: flex;
|
|
}
|
|
|
|
.tygrzx_tpsc>:nth-child(1) {
|
|
width: 109px;
|
|
height: 109px;
|
|
border: 1px solid rgb(208, 208, 208);
|
|
border-radius: 3px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 80px;
|
|
}
|
|
|
|
.tygrzx_tpsc>:nth-child(2) {
|
|
color: #222222;
|
|
margin-top: 82px;
|
|
margin-left: 15px;
|
|
font-size: 12px;
|
|
color: rgb(126, 126, 126);
|
|
}
|
|
|
|
.tygrzx_yscon {
|
|
padding-left: 24px;
|
|
}
|
|
|
|
.tygrzx_ysnr {
|
|
width: 20%;
|
|
padding-right: 23px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 35px;
|
|
position: relative;
|
|
}
|
|
|
|
.tygrzx_ysnr>img {
|
|
width: 100%;
|
|
}
|
|
|
|
.tygrzx_ysnr>p {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
text-align: center;
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
.tygrzx_ysmr {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
|
|
|
|
.tygrzx_ysqxgz {
|
|
display: inline-block;
|
|
width: 67px;
|
|
height: 25px;
|
|
text-align: center;
|
|
line-height: 25px;
|
|
background-color: rgb(53, 53, 53);
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.tygrzx_wdgz {
|
|
width: 33%;
|
|
padding-right: 21px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 21px;
|
|
position: relative;
|
|
}
|
|
|
|
.tygrzx_wdgz>img {
|
|
width: 100%;
|
|
}
|
|
|
|
.tygrzx_wdgz>p {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
|
|
|
|
.tygrzx_jftit {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
height: 161px;
|
|
padding-top: 25px;
|
|
box-sizing: border-box;
|
|
padding-left: 22px;
|
|
}
|
|
|
|
.tygrzx_jftit>:nth-child(1) {
|
|
font-size: 18px;
|
|
color: #191919;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tygrzx_jftit>:nth-child(2) {
|
|
display: flex;
|
|
padding-left: 32px;
|
|
margin-top: 35px;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.tygrzx_jftit>:nth-child(2)>:nth-child(1) {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
}
|
|
|
|
.tygrzx_jftit>:nth-child(2)>:nth-child(2) {
|
|
color: #cb1919;
|
|
font-size: 24px;
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
.tygrzx_jftit>:nth-child(2)>:nth-child(3) {
|
|
width: 179px;
|
|
height: 44px;
|
|
background-color: #cb1919;
|
|
border-radius: 3px;
|
|
font-size: 15px;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
cursor: pointer;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.tygrzx_jftit>:nth-child(2)>:nth-child(4) {
|
|
width: 98px;
|
|
font-size: 15px;
|
|
color: #cb1919;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
border: 1px solid #cb1919;
|
|
cursor: pointer;
|
|
border-radius: 3px;
|
|
margin-left: 20px;
|
|
height: 44px;
|
|
}
|
|
|
|
.tygrzx_jfn>:nth-child(1) {
|
|
font-size: 14px;
|
|
color: #cb1919;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tygrzx_jfntit {
|
|
width: 100%;
|
|
height: 42px;
|
|
margin-top: 10px;
|
|
background-color: rgb(245, 245, 245);
|
|
padding-left: 77px;
|
|
}
|
|
|
|
.tygrzx_jfntit>th {
|
|
color: rgb(106, 106, 106);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.tygrzx_jfntit>:nth-child(2) {
|
|
width: 424px;
|
|
}
|
|
|
|
.tygrzx_jfntit>:nth-child(3) {
|
|
text-align: left;
|
|
}
|
|
|
|
.tygrzx_jfntit>:nth-child(1) {
|
|
width: 183px;
|
|
}
|
|
|
|
.tygrzx_jftable {
|
|
width: 100%;
|
|
}
|
|
|
|
.tygrzx_jftable>thead {
|
|
width: 100%;
|
|
}
|
|
|
|
.tygrzx_jfcon {
|
|
height: 44px;
|
|
|
|
}
|
|
|
|
.tygrzx_jfcon>td {
|
|
border-bottom: 1px solid rgb(238, 233, 231);
|
|
}
|
|
|
|
.tygrzx_jfcon>:nth-child(1) {
|
|
font-size: 13px;
|
|
color: #525252;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.tygrzx_jfcon>:nth-child(2) {
|
|
width: 75px;
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tygrzx_jfys {
|
|
color: rgb(0, 166, 8);
|
|
}
|
|
|
|
.tygrzx_jfys2 {
|
|
color: rgb(203, 25, 25);
|
|
}
|
|
|
|
.tygrzx_jfcon>:nth-child(3) {
|
|
font-size: 13px;
|
|
color: #525252;
|
|
}
|
|
|
|
/* 收藏 */
|
|
.tygrzx_sccon {
|
|
padding-left: 24px;
|
|
|
|
}
|
|
|
|
.tygrzx_yishusc {
|
|
width: 33%;
|
|
padding-right: 14px;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.tygrzx_yishusc>img {
|
|
width: 100%;
|
|
}
|
|
|
|
.tygrzx_yishusc>:nth-child(2) {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
margin-top: 17px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.tygrzx_yishusc>:nth-child(3) {
|
|
color: rgb(147, 147, 147);
|
|
font-size: 13px;
|
|
}
|
|
|
|
.tygrzx_scmr>:nth-child(3n) {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.tygrzx_scml {
|
|
padding-left: 22px;
|
|
|
|
}
|
|
|
|
.tygrzx_yspcon {
|
|
width: 20%;
|
|
padding-right: 24px;
|
|
margin-bottom: 24px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
|
|
.tygrzx_yspcon>img {
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
|
|
.tygrzx_yspcon>p {
|
|
font-size: 14px;
|
|
color: #191919;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
.tygrzx_scml>:nth-child(5n) {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
/* 签到 */
|
|
.tygrzx_qidaocon {
|
|
width: 657px;
|
|
height: 307px;
|
|
background-image: url("../img/grzx/qdbj.jpg");
|
|
background-size: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-end;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tygrzx_qidaocon>img {
|
|
position: absolute;
|
|
top: 14px;
|
|
right: 16px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tygrzx_qidaocon>button {
|
|
width: 176px;
|
|
height: 50px;
|
|
border-radius: 3px;
|
|
background-color: rgb(203, 25, 25);
|
|
border: none;
|
|
margin-bottom: 24px;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
}
|
|
|
|
/* 征稿 */
|
|
.tygrzx_zgtit {
|
|
width: 100%;
|
|
background-color: rgb(245, 245, 245);
|
|
height: 40px;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 77px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tygrzx_zgtit>p {
|
|
font-size: 14px;
|
|
color: rgb(106, 106, 106);
|
|
}
|
|
|
|
.tygrzx_zgtit>:nth-child(1) {
|
|
margin-right: 279px;
|
|
}
|
|
|
|
.tygrzx_zgtit>:nth-child(2) {
|
|
margin-right: 159px;
|
|
}
|
|
|
|
.tygrzx_zgtit>:nth-child(3) {
|
|
margin-right: 101px;
|
|
}
|
|
|
|
.tygrzx_zgtit>:nth-child(4) {
|
|
margin-right: 82px;
|
|
}
|
|
|
|
.tygrzx_zgcon {
|
|
padding-top: 17px;
|
|
padding-bottom: 14px;
|
|
padding-left: 9px;
|
|
padding-right: 7px;
|
|
}
|
|
|
|
.tygrzx_zgcon {
|
|
display: flex;
|
|
border-bottom: 1px solid rgb(238, 233, 231);
|
|
}
|
|
|
|
.tygrzx_zgzti {
|
|
font-size: 13px;
|
|
color: rgb(82, 82, 82);
|
|
}
|
|
|
|
.tygrzx_zgcon>:nth-child(1) {
|
|
width: 88px;
|
|
margin-right: 11px;
|
|
}
|
|
|
|
.tygrzx_ristext {
|
|
display: flex;
|
|
}
|
|
|
|
.tygrzx_ristext>:nth-child(1) {
|
|
width: 187px;
|
|
margin-right: 71px;
|
|
margin-left: 65px;
|
|
|
|
}
|
|
|
|
.tygrzx_ristext>:nth-child(2) {
|
|
margin-right: 67px;
|
|
}
|
|
|
|
.tygrzx_ristext>:nth-child(3) {
|
|
margin-right: 34px;
|
|
}
|
|
|
|
.tygrzx_ristext>:nth-child(4) {
|
|
width: 62px;
|
|
}
|
|
|
|
.tygrzx_ristext>:nth-child(4)>div>button {
|
|
width: 62px;
|
|
height: 34px;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
background-color: #fff;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.tygrzx_ristext>:nth-child(4)>div>p {
|
|
color: #191919;
|
|
font-size: 13px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.tygrzx_ristext>div>:nth-child(1) {
|
|
display: none;
|
|
}
|
|
|
|
.tygrzx_bj {
|
|
color: #00a608;
|
|
border: 1px solid #00a608;
|
|
}
|
|
|
|
.tygrzx_scsc {
|
|
color: #066ee2;
|
|
border: 1px solid #066ee2;
|
|
}
|
|
|
|
.tygrzx_lititnoe>:nth-child(2) {
|
|
display: none;
|
|
}
|
|
|
|
.tygrzx_lititnoe>span {
|
|
color: rgb(203, 25, 25);
|
|
}
|
|
|
|
.tygrzx_litittwo>:nth-child(1) {
|
|
display: none;
|
|
}
|
|
|
|
.tygrzx_topifrane {
|
|
width: 100%;
|
|
height: 300px;
|
|
}
|
|
|
|
.chooseImg-box {
|
|
display: inline-block;
|
|
}
|
|
|
|
.chooseImg-box>div input {
|
|
width: 109px;
|
|
height: 109px;
|
|
border: 1px solid #E6E6E6;
|
|
border-radius: 3px;
|
|
opacity: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
|
|
|
|
.chooseImg-box>div img {
|
|
width: 109px;
|
|
height: 109px;
|
|
object-fit: cover;
|
|
z-index: 1;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
|
|
.tygrzx_intfile {
|
|
position: absolute;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tygrzx_img {
|
|
display: flex;
|
|
margin-bottom: 21px;
|
|
}
|
|
|
|
.tygrzx_img> :nth-child(1) {
|
|
width: 80px;
|
|
text-align: right;
|
|
|
|
padding-top: 10px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tygrzx_img>div {
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.tygrzx_img>div>:nth-child(2) {
|
|
font-size: 12px;
|
|
color: rgb(180, 180, 180);
|
|
margin-left: 12px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.tygrzx_shcor {
|
|
color: #cb1919;
|
|
}
|
|
|
|
.tygrzx_jgintcor {
|
|
color: #222222;
|
|
}
|
|
|
|
.tygrzx_topimgtx {
|
|
display: none;
|
|
}
|
|
|
|
.tygrzx_tp {
|
|
padding: 25px 12px 0 25px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: flex-start;
|
|
}
|
|
|
|
.tygrzx_move {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(00, 00, 00, 0.3);
|
|
top: 0px;
|
|
position: fixed;
|
|
left: 0px;
|
|
z-index: 2;
|
|
display: flex;
|
|
justify-content: center;
|
|
display: none;
|
|
align-items: center;
|
|
}
|
|
|
|
.tygrzx_movecon {
|
|
|
|
padding: 20px 14px;
|
|
margin: auto;
|
|
border-radius: 3px;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.tygrzx_movecon>p {
|
|
font-size: 16px;
|
|
margin-bottom: 12px;
|
|
padding-right: 14px;
|
|
}
|
|
|
|
|
|
.tygrzx_movebtn>button {
|
|
border-radius: 5px;
|
|
font-size: 18px;
|
|
width: 138px;
|
|
height: 50px;
|
|
color: #fff;
|
|
background-color: rgb(203, 25, 25);
|
|
border: none;
|
|
cursor: pointer;
|
|
margin: 0px 10px;
|
|
}
|
|
|
|
.tygrzx_movebtn {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.tygrzx_fterSubmission {
|
|
width: 155px;
|
|
height: 51px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.tygrzx .tygrzx_qbselect {
|
|
width: auto;
|
|
height: auto;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-radius: 3px;
|
|
border: none;
|
|
border-color: rgb(208, 208, 208);
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
background: url(../img/grzx/qbdd.png) no-repeat scroll right 7px top 3px transparent;
|
|
background-size: 10px 6px;
|
|
cursor: pointer;
|
|
align-items: center;
|
|
margin-top: 3px;
|
|
width: 73px;
|
|
color: rgb(106, 106, 106);
|
|
|
|
}
|
|
|
|
/* 机构中心 */
|
|
|
|
input {
|
|
padding-left: 14px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/* header */
|
|
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
|
|
.tyjgzx_ds {
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
|
|
.naliu {
|
|
width: 50px;
|
|
height: 50px;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
position: fixed;
|
|
top: 36%;
|
|
display: none;
|
|
left: 10px;
|
|
border-radius: 50%;
|
|
z-index: 5;
|
|
}
|
|
|
|
.mian {
|
|
padding-top: 22px;
|
|
}
|
|
|
|
.tyjgzx_co {
|
|
background-color: rgb(245, 245, 245);
|
|
}
|
|
|
|
.tyjgzx_left {
|
|
width: 202px;
|
|
height: 711px;
|
|
background-color: #fff;
|
|
padding-top: 29px;
|
|
margin-right: 19px;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_caidan {
|
|
width: 100%;
|
|
height: 30px;
|
|
border-radius: 3px;
|
|
line-height: 30px;
|
|
background-color: #fff;
|
|
display: none;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: -60px;
|
|
}
|
|
|
|
.tyjgzx_lefttx {
|
|
text-align: center;
|
|
border-bottom: 1px solid rgb(245, 245, 245);
|
|
padding-bottom: 24px;
|
|
}
|
|
|
|
.tyjgzx_lefttx>img {
|
|
width: 60%;
|
|
height: 50%;
|
|
margin: auto;
|
|
margin-bottom: 29px;
|
|
|
|
display: block;
|
|
}
|
|
|
|
.tyjgzx_leftcon {
|
|
width: 100%;
|
|
height: 53px;
|
|
border-bottom: 1px solid rgb(245, 245, 245);
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 31px;
|
|
font-size: 15px;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_leftcon>img {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.tyjgzx_leftcon>span {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_ris {
|
|
width: 1060px;
|
|
}
|
|
|
|
.tyjgzx_tit {
|
|
width: 100%;
|
|
height: 64px;
|
|
background-color: #fff;
|
|
line-height: 64px;
|
|
font-weight: bold;
|
|
box-sizing: border-box;
|
|
font-size: 18px;
|
|
|
|
padding-left: 24px;
|
|
}
|
|
|
|
.tyjgzx_riscon {
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
height: 709px;
|
|
padding-top: 40px;
|
|
padding-left: 100px;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.tyjgzx_dindantit {
|
|
width: 100%;
|
|
height: 20px;
|
|
border-bottom: 1px solid rgb(233, 233, 233);
|
|
display: none;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.tyjgzx_scimg {
|
|
width: 154px;
|
|
height: 154px;
|
|
background-color: rgb(245, 245, 245);
|
|
border-radius: 50%;
|
|
border: none;
|
|
margin-right: 28px;
|
|
}
|
|
|
|
.mian .tyjgzx_riscon .tyjgzx_tupian {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 44px;
|
|
}
|
|
|
|
::-webkit-input-placeholder {
|
|
color: #222222;
|
|
}
|
|
|
|
.tyjgzx_tubtn {
|
|
width: 202px;
|
|
height: 33px;
|
|
border: 1px solid rgb(245, 245, 245);
|
|
background-image: linear-gradient(#fff, rgb(245, 245, 245));
|
|
margin-bottom: 16px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tyjgzx_col {
|
|
color: rgb(193, 193, 193);
|
|
}
|
|
|
|
.tyjgzx_name {
|
|
display: flex;
|
|
margin-bottom: 37px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tyjgzx_name> :nth-child(1) {
|
|
width: 81px;
|
|
text-align: right;
|
|
margin-right: 20px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tyjgzx_int {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.tyjgzx_int> :nth-child(1) {
|
|
width: 81px;
|
|
text-align: right;
|
|
margin-right: 20px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tyjgzx_int> :nth-child(2) {
|
|
width: 471px;
|
|
height: 52px;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
border: solid 1px #000;
|
|
border-color: rgb(208, 208, 208);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
select {
|
|
border-radius: 3px;
|
|
border: solid 1px #000;
|
|
border-color: rgb(208, 208, 208);
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
display: flex;
|
|
padding: 12px 18px;
|
|
box-sizing: border-box;
|
|
background: url("../img/grzx/xiala_08.jpg") no-repeat scroll right 20px top 20px transparent;
|
|
background-size: 12px 8px;
|
|
width: 150px;
|
|
height: 52px;
|
|
color: rgb(180, 180, 180);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_setle {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.tyjgzx_setle> :nth-child(1) {
|
|
width: 81px;
|
|
text-align: right;
|
|
margin-right: 20px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tyjgzx_setle>select {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.tyint_pal {
|
|
padding-left: 14px;
|
|
box-sizing: border-box;
|
|
color: #000;
|
|
}
|
|
|
|
.tyjgzx_btn {
|
|
text-align: right;
|
|
}
|
|
|
|
.tyjgzx_btn>button {
|
|
border-radius: 5px;
|
|
font-size: 18px;
|
|
width: 138px;
|
|
height: 50px;
|
|
color: #fff;
|
|
background-color: rgb(203, 25, 25);
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_btn1 {
|
|
text-align: right;
|
|
width: 581px;
|
|
}
|
|
|
|
.tyjgzx_jgzl {
|
|
height: auto;
|
|
padding-bottom: 29px;
|
|
}
|
|
|
|
.tyjgzx_img {
|
|
display: flex;
|
|
margin-bottom: 21px;
|
|
}
|
|
|
|
.tyjgzx_img> :nth-child(1) {
|
|
width: 81px;
|
|
text-align: right;
|
|
margin-right: 20px;
|
|
padding-top: 10px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tyjgzx_img>div {
|
|
display: flex;
|
|
}
|
|
|
|
.tyjgzx_img>div> :nth-child(2) {
|
|
font-size: 12px;
|
|
color: rgb(180, 180, 180);
|
|
margin-left: 12px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
/* 密码修改 */
|
|
.tyjgzx_wic> :nth-child(1) {
|
|
width: 90px;
|
|
}
|
|
|
|
.tyjgzx_riscon1 {
|
|
height: 638px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/* 收货地址 */
|
|
.tyjgzx_shtit {
|
|
width: 100%;
|
|
height: 64px;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-left: 24px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.tyjgzx_shtit>div {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tyjgzx_shtit>div> :nth-child(1) {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.tyjgzx_shtit>div> :nth-child(2) {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.tyjgzx_shtit>p {
|
|
font-size: 18px;
|
|
color: rgb(13, 158, 61);
|
|
}
|
|
|
|
.tyjgzx_con {
|
|
width: 100%;
|
|
height: 638px;
|
|
margin-top: 10px;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
padding-top: 26px;
|
|
}
|
|
|
|
.tyjgzx_dizcon {
|
|
width: 94%;
|
|
height: 190px;
|
|
margin: auto;
|
|
margin-bottom: 23px;
|
|
border: 1px solid rgb(229, 229, 229);
|
|
padding-left: 22px;
|
|
padding-top: 20px;
|
|
padding: 20px 22px 0px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_dzxx> :nth-child(1)> :nth-child(1) {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tyjgzx_dzxx> :nth-child(1)> :nth-child(2) {
|
|
width: 61px;
|
|
height: 23px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color: #fff;
|
|
line-height: 23px;
|
|
margin-left: 18px;
|
|
background-color: rgb(203, 25, 25);
|
|
}
|
|
|
|
.tyjgzx_dzxx> :nth-child(1) {
|
|
display: flex;
|
|
}
|
|
|
|
.tyjgzx_dzxx {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-self: flex-start;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.tyjgzx_dzxx> :nth-child(2) {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.tyjgzx_dztext {
|
|
color: rgb(149, 149, 149);
|
|
margin-bottom: 10px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.tyjgzx_dztext>span {
|
|
color: #000;
|
|
}
|
|
|
|
.tyjgzx_mr {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.tyjgzx_mr> :nth-child(2) {
|
|
display: flex;
|
|
color: rgb(74, 122, 228);
|
|
}
|
|
|
|
.tyjgzx_mr> :nth-child(2)>p {
|
|
margin-left: 28px;
|
|
}
|
|
|
|
/* 新增收货地址 */
|
|
.tyjgzx_xzsh {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(00, 00, 00, 0.3);
|
|
position: fixed;
|
|
top: 0px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-top: 45px;
|
|
box-sizing: border-box;
|
|
left: 0px;
|
|
z-index: 3;
|
|
}
|
|
|
|
.tyjgzx_tcon {
|
|
width: 653px;
|
|
padding-bottom: 43px;
|
|
border-radius: 5px;
|
|
background-color: #fff;
|
|
margin: auto;
|
|
}
|
|
|
|
.tyjgzx_tctiti {
|
|
width: 100%;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 15px 20px 12px;
|
|
align-items: center;
|
|
background-color: rgb(233, 233, 233);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_tctiti> :nth-child(2) {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.tyjgzx_tris {
|
|
padding-top: 26px;
|
|
padding-left: 40px;
|
|
}
|
|
|
|
.tyjgzx_tcwi {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.tyjgzx_tcwi> :nth-child(1) {
|
|
width: 82px;
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.tyjgzx_yhtit {
|
|
width: 100%;
|
|
height: 64px;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 23px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.tyjgzx_yhd {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.tyjgzx_yhtit>p {
|
|
margin-right: 40px;
|
|
color: #191919;
|
|
}
|
|
|
|
/* 优惠卷 */
|
|
.tyjgzx_yhuij {
|
|
width: 25%;
|
|
text-align: center;
|
|
padding-right: 11px;
|
|
margin-bottom: 11px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_yhjyuan {
|
|
position: absolute;
|
|
bottom: -4px;
|
|
width: 100%;
|
|
left: 0px;
|
|
}
|
|
|
|
.tyjgzx_yhuij> :nth-child(1) {
|
|
background-color: rgb(116, 210, 212);
|
|
width: 100%;
|
|
height: 142px;
|
|
position: relative;
|
|
padding-top: 26px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_yhuij> :nth-child(2) {
|
|
width: 100%;
|
|
height: 83px;
|
|
background-color: rgb(249, 249, 249);
|
|
}
|
|
|
|
.tyjgzx_gb {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
width: 50px;
|
|
height: 50px;
|
|
background-image: url("../img/grzx/yhq.png");
|
|
background-size: 100%;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
padding-top: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_yhmn {
|
|
color: #fff;
|
|
font-size: 36px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
margin: auto;
|
|
line-height: 33px;
|
|
position: relative;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.tyjgzx_yhmn>span {
|
|
font-size: 20px;
|
|
display: inline-block;
|
|
top: -9px;
|
|
left: -19px;
|
|
position: absolute;
|
|
}
|
|
|
|
.tyjgzx_textyh {
|
|
font-size: 13px;
|
|
margin-top: 15px;
|
|
margin-bottom: 20px;
|
|
color: #fff;
|
|
}
|
|
|
|
.tyjgzx_yhbtn {
|
|
width: 121px;
|
|
height: 35px;
|
|
border: 1px solid rgb(116, 210, 212);
|
|
border-radius: 30px;
|
|
margin-top: 26px;
|
|
display: inline-block;
|
|
line-height: 35px;
|
|
cursor: pointer;
|
|
color: rgb(116, 210, 212);
|
|
}
|
|
|
|
.gqtp {
|
|
text-align: right;
|
|
padding-top: 12px;
|
|
padding-right: 12px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_tp> :nth-child(4n) {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.tyjgzx_listimg {
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
|
|
/* 订单 */
|
|
.tyjgzx_ddnav {
|
|
display: flex;
|
|
}
|
|
|
|
.tyjgzx_dindantetx {
|
|
display: flex;
|
|
}
|
|
|
|
.tyjgzx_dnum {
|
|
display: flex;
|
|
}
|
|
|
|
.tyjgzx_ddys {
|
|
color: rgb(203, 25, 25);
|
|
}
|
|
|
|
.tyjgzx_ddnav>p {
|
|
margin-right: 32px;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.tyjgzx_ddxq {
|
|
width: 100%;
|
|
height: 40px;
|
|
background-color: rgb(245, 245, 245);
|
|
margin-top: 10px;
|
|
display: flex;
|
|
margin-bottom: 18px;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-left: 16px;
|
|
padding-right: 40px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_ddxq p {
|
|
font-size: 14px;
|
|
color: rgb(106, 106, 106);
|
|
}
|
|
|
|
.tyjgzx_ddxq> :nth-child(2) {
|
|
display: flex;
|
|
}
|
|
|
|
.tyjgzx_ddxq> :nth-child(2)>* {
|
|
margin-left: 60px;
|
|
cursor: pointer;
|
|
color: rgb(106, 106, 106);
|
|
}
|
|
|
|
.tyjgzx_ddcon {
|
|
width: 100%;
|
|
border: 1px solid rgb(233, 233, 233);
|
|
box-sizing: border-box;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.tyjgzx_ddcontit {
|
|
width: 100%;
|
|
height: 35px;
|
|
background-color: rgb(245, 245, 245);
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
justify-content: space-between;
|
|
padding-left: 13px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.tyjgzx_ddcontit> :nth-child(1)>p {
|
|
color: rgb(146, 146, 146);
|
|
}
|
|
|
|
.tyjgzx_ddcontit> :nth-child(2) {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 61px;
|
|
}
|
|
|
|
.tyjgzx_ddcontit> :nth-child(2)>p {
|
|
margin-right: 5px;
|
|
color: rgb(6, 110, 226);
|
|
}
|
|
|
|
.tyjgzx_ddxx> :nth-child(1)>div {
|
|
display: flex;
|
|
padding: 14px 0px 14px 15px;
|
|
border-bottom: 1px solid rgb(233, 233, 233);
|
|
border-right: 1px solid rgb(233, 233, 233);
|
|
box-sizing: border-box;
|
|
width: 610px;
|
|
}
|
|
|
|
.tyjgzx_ddxx> :nth-child(1)> :last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.tyjgzx_ddmas {
|
|
display: flex;
|
|
}
|
|
|
|
.tyjgzx_ddmas> :nth-child(2) {
|
|
width: 250px;
|
|
font-size: 13px;
|
|
padding-top: 12px;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.tyjgzx_dindantop {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.tyjgzx_dnum> :nth-child(1) {
|
|
padding-top: 12px;
|
|
margin-left: 80px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.tyjgzx_dnum> :nth-child(2) {
|
|
padding-top: 12px;
|
|
margin-left: 72px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.tyjgzx_ddxx {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.tyjgzx_ddxxTxt {
|
|
padding-top: 24px;
|
|
font-size: 13px;
|
|
width: 98px;
|
|
border-right: 1px solid rgb(233, 233, 233);
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_ddxxTxt1 {
|
|
padding-top: 24px;
|
|
width: 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_ddxxTxt1>button {
|
|
width: 79px;
|
|
cursor: pointer;
|
|
height: 34px;
|
|
border: 1px solid rgb(233, 156, 156);
|
|
color: rgb(203, 25, 25);
|
|
margin-bottom: 8px;
|
|
font-size: 13px;
|
|
background-image: linear-gradient(to top,
|
|
rgb(255, 255, 255),
|
|
rgb(244, 244, 244));
|
|
}
|
|
|
|
.tyjgzx_ddxxTxt1>a {
|
|
width: 79px;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
border: 1px solid rgb(233, 156, 156);
|
|
color: rgb(203, 25, 25);
|
|
font-size: 13px;
|
|
margin-bottom: 8px;
|
|
background-image: linear-gradient(to top,
|
|
rgb(255, 255, 255),
|
|
rgb(244, 244, 244));
|
|
}
|
|
|
|
.tyjgzx_paging {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tyjgzx_paging>p {
|
|
width: 101px;
|
|
height: 37px;
|
|
border: solid 1px rgb(243, 243, 243);
|
|
text-align: center;
|
|
line-height: 37px;
|
|
margin-right: 12px;
|
|
color: #848484;
|
|
}
|
|
|
|
.tyjgzx_pagingcol {
|
|
color: rgb(255, 82, 0);
|
|
}
|
|
|
|
.tyjgzx_paging>div>span {
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.tyjgzx_shtcint {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tyjgzx_sgtxt {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
}
|
|
|
|
.tyjgzx_tpsc {
|
|
display: flex;
|
|
}
|
|
|
|
.tyjgzx_tpsc> :nth-child(1) {
|
|
width: 109px;
|
|
height: 109px;
|
|
border: 1px solid rgb(208, 208, 208);
|
|
border-radius: 3px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 80px;
|
|
}
|
|
|
|
.tyjgzx_tpsc> :nth-child(2) {
|
|
color: #222222;
|
|
margin-top: 82px;
|
|
margin-left: 15px;
|
|
font-size: 12px;
|
|
color: rgb(126, 126, 126);
|
|
}
|
|
|
|
.tyjgzx_yscon {
|
|
padding-left: 24px;
|
|
}
|
|
|
|
.tyjgzx_ysnr {
|
|
width: 20%;
|
|
padding-right: 23px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 35px;
|
|
position: relative;
|
|
}
|
|
|
|
.tyjgzx_ysnr>img {
|
|
width: 100%;
|
|
}
|
|
|
|
.tyjgzx_ysnr>p {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
text-align: center;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
.tyjgzx_ysmr {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: flex-start;
|
|
}
|
|
|
|
.tyjgzx_ysqxgz {
|
|
display: inline-block;
|
|
width: 67px;
|
|
height: 25px;
|
|
text-align: center;
|
|
line-height: 25px;
|
|
background-color: rgb(53, 53, 53);
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
cursor: pointer;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.tyjgzx_wdgz {
|
|
width: 33%;
|
|
padding-right: 21px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 21px;
|
|
position: relative;
|
|
}
|
|
|
|
.tyjgzx_wdgz>img {
|
|
width: 100%;
|
|
}
|
|
|
|
.tyjgzx_wdgz>p {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
.tyjgzx_jftit {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
height: 161px;
|
|
padding-top: 25px;
|
|
box-sizing: border-box;
|
|
padding-left: 22px;
|
|
}
|
|
|
|
.tyjgzx_jftit> :nth-child(1) {
|
|
font-size: 18px;
|
|
color: #191919;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tyjgzx_jftit> :nth-child(2) {
|
|
display: flex;
|
|
padding-left: 32px;
|
|
margin-top: 35px;
|
|
align-items: center;
|
|
}
|
|
|
|
.tyjgzx_jftit> :nth-child(2)> :nth-child(1) {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
}
|
|
|
|
.tyjgzx_jftit> :nth-child(2)> :nth-child(2) {
|
|
color: #cb1919;
|
|
font-size: 24px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.tyjgzx_jftit> :nth-child(2)> :nth-child(3) {
|
|
width: 179px;
|
|
height: 44px;
|
|
background-color: #cb1919;
|
|
border-radius: 3px;
|
|
font-size: 15px;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.tyjgzx_jftit> :nth-child(2)> :nth-child(4) {
|
|
width: 98px;
|
|
font-size: 15px;
|
|
color: #cb1919;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
border: 1px solid #cb1919;
|
|
border-radius: 3px;
|
|
margin-left: 20px;
|
|
height: 44px;
|
|
}
|
|
|
|
.tyjgzx_jfn> :nth-child(1) {
|
|
font-size: 14px;
|
|
color: #cb1919;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tyjgzx_jfntit {
|
|
width: 100%;
|
|
height: 42px;
|
|
margin-top: 10px;
|
|
background-color: rgb(245, 245, 245);
|
|
padding-left: 77px;
|
|
}
|
|
|
|
.tyjgzx_jfntit>th {
|
|
color: rgb(106, 106, 106);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.tyjgzx_jfntit> :nth-child(2) {
|
|
width: 424px;
|
|
}
|
|
|
|
.tyjgzx_jfntit> :nth-child(3) {
|
|
text-align: left;
|
|
}
|
|
|
|
.tyjgzx_jfntit> :nth-child(1) {
|
|
width: 183px;
|
|
}
|
|
|
|
.tyjgzx_jftable {
|
|
width: 100%;
|
|
}
|
|
|
|
.tyjgzx_jftable>thead {
|
|
width: 100%;
|
|
}
|
|
|
|
.tyjgzx_jfcon {
|
|
height: 44px;
|
|
}
|
|
|
|
.tyjgzx_jfcon>td {
|
|
border-bottom: 1px solid rgb(238, 233, 231);
|
|
}
|
|
|
|
.tyjgzx_jfcon> :nth-child(1) {
|
|
font-size: 13px;
|
|
color: #525252;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_jfcon> :nth-child(2) {
|
|
width: 75px;
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tyjgzx_jfys {
|
|
color: rgb(0, 166, 8);
|
|
}
|
|
|
|
.tyjgzx_jfys2 {
|
|
color: rgb(203, 25, 25);
|
|
}
|
|
|
|
.tyjgzx_jfcon> :nth-child(3) {
|
|
font-size: 13px;
|
|
color: #525252;
|
|
}
|
|
|
|
/* 收藏 */
|
|
.tyjgzx_sccon {
|
|
padding-left: 24px;
|
|
}
|
|
|
|
.tyjgzx_yishusc {
|
|
width: 33%;
|
|
padding-right: 14px;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_yishusc>img {
|
|
width: 100%;
|
|
}
|
|
|
|
.tyjgzx_yishusc> :nth-child(2) {
|
|
font-size: 16px;
|
|
color: #191919;
|
|
margin-top: 17px;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.tyjgzx_yishusc> :nth-child(3) {
|
|
color: rgb(147, 147, 147);
|
|
font-size: 13px;
|
|
}
|
|
|
|
.tyjgzx_scmr {
|
|
align-content: flex-start;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.tyjgzx_scml {
|
|
padding-left: 22px;
|
|
display: none;
|
|
align-content: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.tyjgzx_yspcon {
|
|
width: 20%;
|
|
padding-right: 24px;
|
|
margin-bottom: 24px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
|
|
.tyjgzx_yspcon>img {
|
|
width: 100%;
|
|
}
|
|
|
|
.tyjgzx_yspcon>p {
|
|
font-size: 14px;
|
|
color: #191919;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
.tyjgzx_scml> :nth-child(5n) {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
/* 签到 */
|
|
.tyjgzx_qidaocon {
|
|
width: 657px;
|
|
height: 307px;
|
|
background-image: url("../img/grzx/qdbj.jpg");
|
|
background-size: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.tyjgzx_qidaocon>img {
|
|
position: absolute;
|
|
top: 14px;
|
|
right: 16px;
|
|
}
|
|
|
|
.tyjgzx_qidaocon>button {
|
|
width: 176px;
|
|
height: 50px;
|
|
border-radius: 3px;
|
|
background-color: rgb(203, 25, 25);
|
|
border: none;
|
|
margin-bottom: 24px;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
}
|
|
|
|
/* 新闻中心 */
|
|
.tyjgzx_zgtit {
|
|
width: 100%;
|
|
background-color: rgb(245, 245, 245);
|
|
height: 40px;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
align-items: center;
|
|
}
|
|
|
|
.tyjgzx_dis {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.tyjgzx_btnzlb {
|
|
width: 116px;
|
|
height: 44px;
|
|
background-color: rgb(203, 25, 25);
|
|
color: #fff;
|
|
border: none;
|
|
cursor: pointer;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.tyjgzx_btnzlp {
|
|
width: 116px;
|
|
height: 44px;
|
|
color: rgb(6, 110, 226);
|
|
background-color: #fff;
|
|
border: 1px solid rgb(6, 110, 226);
|
|
margin-left: 7px;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_zgtit>p {
|
|
font-size: 14px;
|
|
color: rgb(106, 106, 106);
|
|
}
|
|
|
|
.tyjgzx_selectAll {
|
|
box-sizing: border-box;
|
|
border-radius: 3px;
|
|
border: 2px solid rgb(174, 174, 174);
|
|
cursor: pointer;
|
|
margin: auto;
|
|
}
|
|
|
|
.tyjgzx_selected {
|
|
box-sizing: border-box;
|
|
border-radius: 3px;
|
|
border: 2px solid rgb(174, 174, 174);
|
|
cursor: pointer;
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
|
|
.tyjgzx_zgzti {
|
|
font-size: 13px;
|
|
color: #191919;
|
|
}
|
|
|
|
.tyjgzx_zgtit> :nth-child(1) {
|
|
text-align: center;
|
|
width: 47px;
|
|
}
|
|
|
|
.tyjgzx_zgcon> :nth-child(1) {
|
|
text-align: center;
|
|
width: 47px;
|
|
}
|
|
|
|
.tyjgzx_zgtit> :nth-child(2) {
|
|
width: 78px;
|
|
text-align: left;
|
|
padding-left: 22px;
|
|
}
|
|
|
|
.tyjgzx_zgtit> :nth-child(3) {
|
|
width: 228px;
|
|
text-align: left;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.tyjgzx_zgtit> :nth-child(4) {
|
|
width: 232px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zgtit> :nth-child(5) {
|
|
width: 130px;
|
|
|
|
}
|
|
|
|
.tyjgzx_zgtit> :nth-child(6) {
|
|
text-align: left;
|
|
}
|
|
|
|
.tyjgzx_xwtable {
|
|
width: 100%;
|
|
}
|
|
|
|
.tyjgzx_zgcon {
|
|
height: 102px;
|
|
display: flex;
|
|
border-bottom: 1px solid rgb(238, 233, 231);
|
|
padding-top: 17px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
|
|
|
|
.tyjgzx_zgcon> :nth-child(1) {
|
|
padding-top: 24px;
|
|
}
|
|
|
|
.tyjgzx_zgcon> :nth-child(2)>img {
|
|
width: 98px;
|
|
}
|
|
|
|
.tyjgzx_zgcon> :nth-child(3) {
|
|
width: 233px;
|
|
line-height: 27px;
|
|
}
|
|
|
|
|
|
|
|
.tyjgzx_zgcon> :nth-child(5) {
|
|
text-align: center;
|
|
color: #cb1919;
|
|
width: 109px;
|
|
}
|
|
|
|
.tyjgzx_xwggcon> :nth-child(2) {
|
|
width: 98px;
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.tyjgzx_xwggcon> :nth-child(3) {
|
|
width: 228px;
|
|
text-align: left;
|
|
padding-left: 11px;
|
|
}
|
|
|
|
.tyjgzx_xwggcon> :nth-child(4) {
|
|
width: 232px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_xwggcon> :nth-child(5) {
|
|
text-align: left;
|
|
width: 130px;
|
|
}
|
|
|
|
.tyjgzx_xwggcon> :nth-child(6) {
|
|
text-align: left;
|
|
}
|
|
|
|
.tyjgzx_bj {
|
|
color: #00a608;
|
|
border: 1px solid #00a608;
|
|
padding: 10px 17px;
|
|
background-color: #fff;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_scsc {
|
|
color: #066ee2;
|
|
border: 1px solid #066ee2;
|
|
padding: 10px 17px;
|
|
background-color: #fff;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_button {
|
|
color: rgb(25, 25, 25);
|
|
border: 1px solid rgb(188, 188, 188);
|
|
background-color: #fff;
|
|
border-radius: 3px;
|
|
width: 62px;
|
|
height: 39px;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.tyjgzx_lititnoe> :nth-child(2) {
|
|
display: none;
|
|
}
|
|
|
|
.tyjgzx_lititnoe>span {
|
|
color: rgb(203, 25, 25);
|
|
}
|
|
|
|
.tyjgzx_litittwo> :nth-child(1) {
|
|
display: none;
|
|
}
|
|
|
|
.tyjgzx_topifrane {
|
|
width: 100%;
|
|
height: 300px;
|
|
}
|
|
|
|
/* 展览 */
|
|
|
|
.tyjgzx_zltit {
|
|
width: 100%;
|
|
background-color: rgb(245, 245, 245);
|
|
height: 40px;
|
|
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_zlzti {
|
|
font-size: 13px;
|
|
color: #191919;
|
|
}
|
|
|
|
|
|
.tyjgzx_zltit> :nth-child(1) {
|
|
text-align: center;
|
|
width: 47px;
|
|
}
|
|
|
|
.tyjgzx_zltit> :nth-child(2) {
|
|
width: 66px;
|
|
padding: 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zltit> :nth-child(3) {
|
|
width: 178px;
|
|
text-align: left;
|
|
padding-left: 16px;
|
|
padding-right: 119px;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.tyjgzx_zltit> :nth-child(4) {
|
|
width: 80px;
|
|
}
|
|
|
|
.tyjgzx_zltit> :nth-child(5) {
|
|
text-align: center;
|
|
width: 130px;
|
|
}
|
|
|
|
.tyjgzx_zltit> :nth-child(6) {
|
|
width: 61px;
|
|
padding-right: 38px;
|
|
}
|
|
|
|
.tyjgzx_zltit> :nth-child(7) {
|
|
padding-right: 45px;
|
|
width: 85px;
|
|
}
|
|
|
|
.tyjgzx_zlcon> :nth-child(8) {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-evenly;
|
|
|
|
width: 136px;
|
|
}
|
|
|
|
.tyjgzx_zltit> :nth-child(8) {
|
|
width: 136px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zlcon> :nth-child(8)>button {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.tyjgzx_zlcon> :nth-child(6)>p {
|
|
width: 62px;
|
|
height: 34px;
|
|
color: rgb(203, 25, 25);
|
|
border: 1px solid rgb(203, 25, 25);
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
line-height: 34px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_zlcon> :nth-child(7) {
|
|
padding-right: 45px;
|
|
width: 85px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_xwtable {
|
|
width: 100%;
|
|
}
|
|
|
|
.tyjgzx_zlcon {
|
|
height: 102px;
|
|
}
|
|
|
|
.tyjgzx_zlcon>td {
|
|
border-bottom: 1px solid rgb(238, 233, 231);
|
|
padding-top: 17px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.tyjgzx_zlcon> :nth-child(1) {
|
|
padding-top: 37px;
|
|
}
|
|
|
|
.tyjgzx_zlcon> :nth-child(2)>img {
|
|
width: 65px;
|
|
}
|
|
|
|
.tyjgzx_zlcon> :nth-child(3) {
|
|
width: 178px;
|
|
line-height: 27px;
|
|
padding-left: 16px;
|
|
padding-right: 119px;
|
|
}
|
|
|
|
.tyjgzx_zlcon> :nth-child(4) {
|
|
text-align: center;
|
|
width: 80px;
|
|
}
|
|
|
|
|
|
.tyjgzx_zlcon> :nth-child(5) {
|
|
text-align: center;
|
|
width: 130px;
|
|
}
|
|
|
|
.tyjgzx_zlcon> :nth-child(6) {
|
|
padding-right: 36px;
|
|
|
|
}
|
|
|
|
/* 添加展览 */
|
|
.tyjgzx_zltj .tyjgzx_img> :nth-child(1) {
|
|
width: 117px;
|
|
}
|
|
|
|
.tyjgzx_zltj .tyjgzx_int> :nth-child(1) {
|
|
width: 117px;
|
|
}
|
|
|
|
.tyjgzx_zltj .tyjgzx_setle> :nth-child(1) {
|
|
width: 117px;
|
|
}
|
|
|
|
.tyjgzx_radio {
|
|
display: flex;
|
|
margin-bottom: 21px;
|
|
}
|
|
|
|
.tyjgzx_radio> :nth-child(1) {
|
|
width: 117px;
|
|
text-align: right;
|
|
margin-right: 20px;
|
|
line-height: 38px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.tyjgzx_radio> :nth-child(2) input {
|
|
width: 35px;
|
|
height: 35px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.tyjgzx_radio> :nth-child(2) {
|
|
display: flex;
|
|
}
|
|
|
|
.tyjgzx_radio> :nth-child(2) label {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tyjgzx_radio> :nth-child(2)> :nth-child(1) {
|
|
margin-right: 28px;
|
|
}
|
|
|
|
.choose {
|
|
position: relative;
|
|
height: 38px;
|
|
display: flex;
|
|
}
|
|
|
|
.choose .radio {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-weight: 400;
|
|
color: #0c4757;
|
|
padding-left: 45px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.choose .radio input {
|
|
position: absolute;
|
|
left: -9999px;
|
|
}
|
|
|
|
.choose .radio i {
|
|
display: block;
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 0;
|
|
width: 36px;
|
|
height: 36px;
|
|
outline: 0;
|
|
border: 1px solid #e4e4e4;
|
|
background: #ffffff;
|
|
border-radius: 50%;
|
|
transition: border-color 0.3s;
|
|
-webkit-transition: border-color 0.3s;
|
|
}
|
|
|
|
.choose .radio input[checked="checked"]+i {
|
|
border-color: red;
|
|
}
|
|
|
|
.choose .radio input+i:after {
|
|
position: absolute;
|
|
content: "";
|
|
top: 10px;
|
|
left: 10px;
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 50%;
|
|
background-color: red;
|
|
opacity: 0;
|
|
transition: opacity 0.1s;
|
|
-webkit-transition: opacity 0.1s;
|
|
}
|
|
|
|
.choose .radio input:checked+i:after {
|
|
opacity: 1;
|
|
}
|
|
|
|
.tyjgzx_riscon input::-webkit-input-placeholder {
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tyjgzx_riscon input::-moz-placeholder {
|
|
/* Mozilla Firefox 19+ */
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tyjgzx_riscon input:-moz-placeholder {
|
|
/* Mozilla Firefox 4 to 18 */
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tyjgzx_riscon select {
|
|
color: #222222;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_zltj select {
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tyjgzx_riscon input:-ms-input-placeholder {
|
|
/* Internet Explorer 10-11 */
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
|
|
.tyjgzx_jgintcor input::-webkit-input-placeholder {
|
|
color: #222222;
|
|
}
|
|
|
|
.tyjgzx_jgintcor input::-moz-placeholder {
|
|
/* Mozilla Firefox 19+ */
|
|
color: #222222;
|
|
}
|
|
|
|
.tyjgzx_jgintcor input:-moz-placeholder {
|
|
/* Mozilla Firefox 4 to 18 */
|
|
color: #222222;
|
|
}
|
|
|
|
.tyjgzx_jgintcor input:-ms-input-placeholder {
|
|
/* Internet Explorer 10-11 */
|
|
color: #222222;
|
|
}
|
|
|
|
.tyjgzx_jgintcor select {
|
|
color: #222222;
|
|
}
|
|
|
|
.tyjgzx_buttton {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 22px;
|
|
}
|
|
|
|
.tyjgzx_buttton> :nth-child(1) {
|
|
display: flex;
|
|
}
|
|
|
|
/* 展览管理 */
|
|
.tyjgzx_buttton .tyjgzx_selectAll {
|
|
margin: 0 9px 0 15px;
|
|
}
|
|
|
|
.tyjgzx_buttton .tyjgzx_selectAll+p {
|
|
color: #066ee2;
|
|
}
|
|
|
|
.tyjgzx_zltitManagement {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement {
|
|
display: flex;
|
|
padding-top: 18px;
|
|
}
|
|
|
|
.tyjgzx_zltitManagement>p {
|
|
font-size: 14px;
|
|
color: rgb(106, 106, 106);
|
|
}
|
|
|
|
.tyjgzx_zltitManagement> :nth-child(3) {
|
|
width: 173px;
|
|
padding-left: 22px;
|
|
padding-right: 0px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(3) {
|
|
width: 173px;
|
|
padding-left: 22px;
|
|
padding-right: 0px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
|
|
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(4) {
|
|
width: 85px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zltitManagement> :nth-child(4) {
|
|
width: 85px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zltitManagement> :nth-child(5) {
|
|
width: 86px;
|
|
padding-right: 32px;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(5) {
|
|
padding-right: 32px;
|
|
width: 86px;
|
|
}
|
|
|
|
.tyjgzx_xwtable .tyjgzx_zlmanagement td {
|
|
padding-top: 17px;
|
|
}
|
|
|
|
|
|
|
|
.tyjgzx_zltitManagement> :nth-child(6) {
|
|
width: 60px;
|
|
padding-right: 29px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(6) {
|
|
padding-right: 29px;
|
|
text-align: center;
|
|
width: 60px;
|
|
}
|
|
|
|
.tyjgzx_zltitManagement> :nth-child(7) {
|
|
width: 55px;
|
|
padding-right: 0px;
|
|
text-align: left;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(7) {
|
|
width: 55px;
|
|
padding-right: 0px;
|
|
text-align: left;
|
|
}
|
|
|
|
.tyjgzx_zltitManagement> :nth-child(8) {
|
|
width: 29px;
|
|
padding-right: 0px;
|
|
text-align: left;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(8) {
|
|
padding-right: 0px;
|
|
text-align: center;
|
|
width: 29px;
|
|
display: revert;
|
|
}
|
|
|
|
.tyjgzx_zltitManagement> :nth-child(9) {
|
|
width: 130px;
|
|
padding-right: 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(9) {
|
|
padding-right: 0px;
|
|
text-align: center;
|
|
width: 130px;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(10) {
|
|
width: 40px;
|
|
padding-right: 41px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(1) {
|
|
text-align: center;
|
|
width: 47px;
|
|
padding-top: 0px;
|
|
}
|
|
|
|
.tyjgzx_zltitManagement> :nth-child(10) {
|
|
padding-right: 33px;
|
|
width: 40px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement> :nth-child(11) {
|
|
padding-bottom: 10px;
|
|
width: 135px;
|
|
|
|
}
|
|
|
|
.tyjgzx_zltitManagement> :nth-child(11) {
|
|
padding-bottom: 10px;
|
|
width: 135px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_zlmanagement .tyjgzx_button {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.tyjgzx_zltop {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tyjgzx_zltop select {
|
|
width: 173px;
|
|
height: 35px;
|
|
padding: 0px 9px;
|
|
color: rgb(110, 110, 110);
|
|
margin-right: 9px;
|
|
background: url(../img/grzx/xiala_08.jpg) no-repeat scroll right 20px top 12px transparent;
|
|
}
|
|
|
|
.tyjgzx_zltop label>input {
|
|
width: 230px;
|
|
height: 35px;
|
|
box-sizing: border-box;
|
|
border: 1px solid rgb(212, 212, 212);
|
|
}
|
|
|
|
.tyjgzx_zltop label>span {
|
|
width: 38px;
|
|
height: 35px;
|
|
box-sizing: border-box;
|
|
border: 1px solid rgb(212, 212, 212);
|
|
border-left: none;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 5px;
|
|
|
|
background-image: linear-gradient(to top,
|
|
rgb(255, 255, 255),
|
|
rgb(244, 244, 244));
|
|
}
|
|
|
|
.tyjgzx_zltop label {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.tyjgzx_int .tyjgzx_yspsc {
|
|
width: 820px;
|
|
height: 168px;
|
|
}
|
|
|
|
.tyjgzx_textarea {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.tyjgzx_textarea> :nth-child(1) {
|
|
padding-top: 17px;
|
|
}
|
|
|
|
.chooseImg-box {
|
|
display: inline-block;
|
|
}
|
|
|
|
.chooseImg-box>div input {
|
|
width: 109px;
|
|
height: 109px;
|
|
border: 1px solid #e6e6e6;
|
|
border-radius: 3px;
|
|
opacity: 0;
|
|
z-index: 2;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_topimgtx {
|
|
display: none;
|
|
}
|
|
|
|
.chooseImg-box>div img {
|
|
width: 109px;
|
|
height: 109px;
|
|
object-fit: cover;
|
|
z-index: 1;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.chooseImg-content {
|
|
margin-top: 76px;
|
|
margin-left: 12px;
|
|
font-size: 12px;
|
|
color: #222222;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.tyjgzx_intfile {
|
|
position: absolute;
|
|
z-index: 2;
|
|
}
|
|
|
|
.tyjgzx_pdf {
|
|
display: flex;
|
|
margin-bottom: 21px;
|
|
}
|
|
|
|
.tyjgzx_pdf> :nth-child(1) {
|
|
text-align: right;
|
|
margin-right: 20px;
|
|
padding-top: 10px;
|
|
font-size: 16px;
|
|
width: 117px;
|
|
}
|
|
|
|
.tyjgzx_intf {
|
|
width: 471px;
|
|
height: 52px;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
border: solid 1px #000;
|
|
border-color: rgb(208, 208, 208);
|
|
|
|
opacity: 0;
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
}
|
|
|
|
#uptxt {
|
|
width: 471px;
|
|
height: 52px;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
border: solid 1px #000;
|
|
border-color: rgb(208, 208, 208);
|
|
border-radius: 5px 0 0 5px;
|
|
}
|
|
|
|
.tyjgzx_tusc {
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
.tyjgzx_tusc>label {
|
|
width: 156px;
|
|
height: 52px;
|
|
box-sizing: border-box;
|
|
border: 1px solid rgb(212, 212, 212);
|
|
border-left: none;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 16px;
|
|
color: #191919;
|
|
background-image: linear-gradient(to top,
|
|
rgb(255, 255, 255),
|
|
rgb(244, 244, 244));
|
|
}
|
|
|
|
.tyjgzx_jgcon> :nth-child(3) {
|
|
width: 54px;
|
|
padding-left: 22px;
|
|
text-align: center;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.tyjgzx_jgcon> :nth-child(4) {
|
|
width: 342px;
|
|
}
|
|
|
|
.tyjgzx_jgcon> :nth-child(5) {
|
|
width: 176px;
|
|
}
|
|
.tyjgzx_jgcona> :nth-child(3) {
|
|
width: 54px;
|
|
padding-left: 24px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_jgcona> :nth-child(4) {
|
|
width: 345px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tyjgzx_jgcona> :nth-child(5) {
|
|
width: 176px;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
|
|
.tyjgzx_xzcor {
|
|
color: #cb1919;
|
|
}
|
|
|
|
.tyjgzx_xwtable .tyjgzx_zlcon .tyjgzx_pind {
|
|
padding-top: 26px;
|
|
}
|
|
|
|
.tyjgzx_tihuan {
|
|
width: 143px;
|
|
height: 48px;
|
|
background-image: linear-gradient(to top,
|
|
rgb(255, 255, 255),
|
|
rgb(244, 244, 244));
|
|
font-size: 15px;
|
|
text-align: center;
|
|
display: block;
|
|
line-height: 48px;
|
|
border: solid 1px #000;
|
|
border-color: rgb(208, 208, 208);
|
|
margin-left: 14px;
|
|
margin-top: 192px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tyjgzx_zlth {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.tyjgzx_zlth>.tyjgzx_intfile {
|
|
width: 243px;
|
|
height: 244px;
|
|
}
|
|
|
|
.tyjgzx_zlth>.pa {
|
|
width: 243px;
|
|
height: 244px;
|
|
}
|
|
|
|
.tyjgzx_grzximg {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 0px;
|
|
width: 202px;
|
|
height: 33px;
|
|
border: 1px solid rgb(245, 245, 245);
|
|
background-image: linear-gradient(#fff, rgb(245, 245, 245));
|
|
margin-bottom: 16px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
opacity: 0;
|
|
}
|
|
|
|
.tyjgzx_scimg>img {
|
|
width: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.tyjgzx_jgintcor {
|
|
display: inline-block;
|
|
}
|
|
|
|
.tyjgzx_riscon>div {
|
|
display: inline-block;
|
|
}
|
|
|
|
.exhibition .swiper-slide img{object-fit: cover;width: 100%;}
|
|
/* .xx-img{ width:242px; height:151px;} */
|
|
.xx-content{line-height: 28px;}
|
|
.xx-img{ max-width:252px;}
|
|
.ysc .ya-item-box>div:first-child{transition: transform .5s;cursor: pointer;}
|
|
/* .ysc .ya-item-box>div:first-child:hover{transform: scale(.9);} */
|
|
.ya-item-box .pr{padding-right: 1.25em;}
|
|
.ysc .ya-item-box:hover .ys-title{color: #CB1919;text-decoration: underline;}
|
|
.ys-price{font-size: 18px;color: #cb1919;background: rgba(0,0,0,.2);border-radius: 3px;left: 14px;bottom: 14px;padding: 6px 10px;}
|
|
.ys-title{font-size: 20px;font-weight: bold;padding-right: 20px;}
|
|
.ys-cate{font-size: 14px;color: #a6a6a4;padding-right: 20px;}
|
|
.ysj-name{line-height: 26px;}
|
|
.ysj .ya-item-box{margin-right: 1.36em;width:94%;padding-bottom:10px;}
|
|
.ysj .ya-item-box img{transition: transform .5s;cursor: pointer;}
|
|
.ysj .ya-item-box:hover img{transform: scale(.9);}
|
|
.ysj .ya-item-box:last-child{margin-right: 0px;}
|
|
.ysj .pr{padding-right: 0px;}
|
|
#homeArtist{width: 101.2%;}
|
|
.wc-box{width: 101%;}
|
|
.wc-box div a img{width: 96%;transition: transform .5s;}
|
|
/* .wc-box .ya-item-box:hover img{transform: scale(.9);transition: transform .5s;} */
|
|
.wc-box .ya-item-box:hover a div{color: #cb1919;text-decoration:underline;}
|
|
.checksyzp{background: #cb1919;color: rgba(255,255,255,.8);padding: 6px 10px;}
|
|
.ysj-itemcheck{border: 1px solid #cecccc;padding: 6px 10px;color: rgba(25,25,25,.7);}
|
|
.ysj-itemcon{color: rgba(25,25,25,.7);}
|
|
.gn-box{display: none;position: absolute;right: 50px;}
|
|
.gongn{width: 39px;height: 27px;cursor: pointer;transition: all .5s;}
|
|
.trans90{transform: rotate(90deg);}
|
|
.xinxy-box{background: #f6f5f3;padding-bottom: 65px;}
|
|
.xinxy-box .dac{width: 101.4%;overflow: hidden;}
|
|
.xinxy-box .msg .w48{width: 49%;}
|
|
.syysj-box{background: #100e0d;padding-bottom: 65px;}
|
|
.syys-name{font-size: 30px;font-weight: bold;color: #cb1919;}
|
|
.sypx-box{background: url(../img/public/px-bac.png); background-size: 100% 100%;padding-bottom: 65px;}
|
|
.sypx-box img{height: 470px;float: left;}
|
|
.sypx-box .ys-title{height: 70px;line-height: 70px;}
|
|
.hz-jies{font-size: 14px;color: rgba(25,25,25,.5);margin-left: 10px;}
|
|
.hzly-box{padding: 30px;z-index: 1;}
|
|
.hz-input-box input{margin-right: 10px;border-radius: 3px;border:1px solid #e9e9e9;height: 48px;}
|
|
.hz-input-box textarea{border: 1px solid #e9e9e9;resize: none;border-radius: 3px;margin-right: 10px;height: 48px;line-height: 48px;outline: none;box-sizing: border-box;}
|
|
.hz-input-box div{color: #FFFFFF;background: #cb1919;padding: 0px 82px;border-radius: 3px;height: 48px;line-height: 48px;border: 1px solid #CB1919;}
|
|
.hz-imgItem img{cursor: pointer;width: 90%;}
|
|
.yssc-img{height: 500px;vertical-align: bottom;}
|
|
.yssc-item{height: 500px;vertical-align: bottom;max-width: 364px;}
|
|
.cell-input,.cell-nav{position: absolute;right: 0px;top: 63px;background: rgba(0,0,0,.5);width: 100%;z-index: 5;height: 2000px;transition: all 1s;}
|
|
.cell-nav div{float: right;background: rgba(255,255,255,1);}
|
|
.cell-nav li{padding: 15px 60px;text-align: center;border-top: 1px solid #E6E6E6;}
|
|
.cell-nav li a{color: #191919;}
|
|
.cell-nav li .cell-active{color: #CB1919;}
|
|
.shous{width: 28px;height: 26px;margin-right: 20px;cursor: pointer;}
|
|
.cell-input div {width: 100%;background: rgba(255,255,255,1);display: flex;justify-content: center;padding: 10px 0;}
|
|
.cell-input input{width: 94%;border-radius: 3px;height: 40px;border: 1px solid #e5e5e5;position: relative;z-index: 6;}
|
|
/* 资讯 */
|
|
#zx-list>div div:hover{cursor: pointer;}
|
|
#zx-list>div:hover .zx-title{color: #CB1919;}
|
|
#zx-list>div:hover .zx-dian{color: #CB1919;}
|
|
#zx-list img{width: 362px; object-fit: contain;max-height: 225px;}
|
|
.zixun-left-box{width: 98%;float: left;}
|
|
.zixun-right-box{width: 26%;float: right;flex-shrink: 0;}
|
|
.zx-nav,.szx-nav,.px-nav{padding: 0;}
|
|
.zx-nav li span {cursor: pointer;}
|
|
.zx-nav li,.szx-nav li,.px-nav li{margin-right: 50px;position: relative;padding: 20px 0 15px 0;}
|
|
.zx-nav li a,.szx-nav li a,.px-nav li a{text-decoration: none;color: #181818;font-size: 18px;}
|
|
.zx-nav li div,.szx-nav li div,.px-nav li div{border-bottom: 2px solid #FFFFFF;width: 100%;position: absolute;}
|
|
.zx-nav li .zx-nav-active,.szx-nav li .zx-nav-active,.px-nav li .zx-nav-active{border-bottom: 2px solid #CB1919;position: absolute;bottom: -1px;}
|
|
#ys-cate li .zx-nav-title,.zx-nav li .zx-nav-title,.szx-nav li .zx-nav-title,.px-nav li .zx-nav-title{color: #CB1919;}
|
|
#zx-xg>div:first-child{margin-right: 10px;}
|
|
.zx-gg{padding: 6px 20px;border: 1px solid #222222;border-radius: 3px;font-size: 16px;}
|
|
.zx-xx{color: #cd2628;border: 1px solid #cd2628;padding: 6px 20px;border-radius: 3px;font-size: 16px;}
|
|
#ys-list,#zled,#zlwill,#zling{width: 102.6%;}
|
|
#ys-list .font-13{padding: 8px 15px;}
|
|
#ys-list .m-x30{margin-bottom: 10px;}
|
|
.cell-js{display: none;}
|
|
.paix-tank{display: none; position: absolute;left: 0;top: 40px;background: #FFFFFF;z-index: 10;width: 100%;border: 1px solid #e2e2e2;box-sizing: border-box;}
|
|
.paix-tank p{padding: 0px 10px;font-size: 14px;}
|
|
.paix-tank p:hover{background: #CB1919;cursor: pointer;color: #FFFFFF;}
|
|
.tyjgzx_riscon>form {
|
|
display: inline-block;
|
|
}
|
|
.tyys_namep {
|
|
text-align: right;
|
|
width: 81px;
|
|
}
|
|
|
|
.tyjgzx_tp {
|
|
padding: 25px 12px 0 25px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-content: flex-start;
|
|
}
|
|
|
|
.tyjgzx_didanpd {
|
|
height: auto;
|
|
padding: 25px 24px 20px;
|
|
}
|
|
|
|
.tyjgzx_gzmr {
|
|
display: none;
|
|
align-content: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.tyjgzx_zgyscon {
|
|
margin: 0 auto;
|
|
table-layout: fixed;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.tyjgzx_zgysconTr {
|
|
color: #333333;
|
|
opacity: 0.7;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
background-color: rgb(245, 245, 245);
|
|
height: 40px;
|
|
}
|
|
|
|
.tyzg_text {
|
|
width: 103px;
|
|
height: 103px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tyjgzx_pj {
|
|
color: #00a608;
|
|
border: 1px solid #00a608;
|
|
width: 62px;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
border-radius: 3px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.tyzg_sc {
|
|
color: #066ee2;
|
|
border: 1px solid #066ee2;
|
|
width: 62px;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
border-radius: 3px;
|
|
margin-top: 6px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.tytj_tjzp {
|
|
width: 116px;
|
|
height: 44px;
|
|
line-height: 44px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
background: #cb1919;
|
|
border-radius: 5px;
|
|
border: 1px solid #cb1919;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.tytj_plsc {
|
|
width: 116px;
|
|
height: 44px;
|
|
line-height: 44px;
|
|
text-align: center;
|
|
color: #066ee2;
|
|
background: #ffffff;
|
|
border-radius: 5px;
|
|
border: 1px solid #066ee2;
|
|
font-size: 15px;
|
|
margin: 0px 20px 0 10px;
|
|
}
|
|
|
|
.tyjgzx_qbselect {
|
|
width: auto;
|
|
height: auto;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-radius: 3px;
|
|
border: none;
|
|
border-color: rgb(208, 208, 208);
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
background: url(../img/grzx/qbdd.png) no-repeat scroll right 7px top 3px transparent;
|
|
background-size: 10px 6px;
|
|
cursor: pointer;
|
|
align-items: center;
|
|
margin-top: 3px;
|
|
width: 73px;
|
|
color: rgb(106, 106, 106);
|
|
position: fixed;
|
|
}
|
|
|
|
/* .ty_listnavdIV{
|
|
position: fixed;
|
|
top: 68px;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, .2);
|
|
} */
|
|
|
|
.foot-iframe {
|
|
width: 100%;
|
|
height: 400px;
|
|
}
|
|
/* input,textarea{
|
|
padding-left: 14px;
|
|
padding-right: 14px;
|
|
} */
|
|
.ty_tit{
|
|
height: auto;
|
|
line-height: 22px;
|
|
padding: 25px 0 22px 20px;
|
|
}
|
|
.ty_left{
|
|
height: auto;
|
|
padding-bottom: 30px;
|
|
}
|
|
.ty_riscon{margin-top: 15px;padding-left: 40px;}
|
|
.ty_name > :nth-child(1),.ty_int > :nth-child(1),.ty_setle > :nth-child(1),.ty_img > :nth-child(1){margin-right: 10px;}
|
|
.ty_btn {width: 100%;margin-top: 20px;}
|
|
.ty_btn > button{border-radius: 3px;}
|
|
.ty_setle > select{cursor: pointer;}
|
|
.ty_lititnoe > span{color: #333333;}
|
|
.left-title{color: #CB1919!important;}
|
|
td{border-bottom: 1px solid #ebebeb;}
|
|
tfoot tr td{border-bottom: none;}
|
|
/* header */
|
|
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
.tyAboutUs_her{
|
|
width: 100%;
|
|
height: 123px;
|
|
background-color: rgb(230,230,230);
|
|
font-size: 40px;
|
|
line-height: 123px;
|
|
color: #191919;
|
|
margin-bottom: 18px;
|
|
}
|
|
.ty_pd{
|
|
padding: 0 324px;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
.tyAboutUs_text{
|
|
text-indent: 2em;
|
|
font-size: 15px;
|
|
color: #191919;
|
|
line-height: 30px;
|
|
|
|
}
|
|
.tyAboutUs_imgcon{
|
|
width: 100%;
|
|
margin-bottom: 45px;
|
|
margin-top: 34px;
|
|
|
|
}
|
|
.tyAboutUs_imgcon>img{
|
|
width: 100%;
|
|
}
|
|
.tyAboutUs_renwu{
|
|
width: 48%;
|
|
display: inline-block;
|
|
display: flex;
|
|
}
|
|
.tyAboutUs_renwu>img{
|
|
max-width: 242px;
|
|
margin-right: 21px;
|
|
}
|
|
.tyAboutUs-pd{
|
|
padding-top: 15px;
|
|
}
|
|
.tyAboutUs_renwucon{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.tyAboutUs_titcon{
|
|
margin-top: 67px;
|
|
}
|
|
.tyAboutUs_titcon>:nth-child(1){
|
|
font-size: 22px;
|
|
color: #cb1919;
|
|
font-weight: bold;
|
|
padding-bottom: 19px;
|
|
border-bottom:solid 1px rgb(241,241,241) ;
|
|
margin-bottom: 69px;
|
|
|
|
|
|
}
|
|
.gz_swicon{
|
|
width: 100%;
|
|
}
|
|
.tyAboutUs_titcon>:nth-child(2){
|
|
width: 100%;
|
|
}
|
|
.tyAboutUs_titcon>:nth-child(2)>div{
|
|
width: 100%;
|
|
}
|
|
.swiper-slide p{
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
color: #191919;
|
|
display: none;
|
|
}
|
|
.swiper-slide img{
|
|
width: 100%;
|
|
}
|
|
.swiper-slide-active .gz_swicon p{
|
|
display: block;
|
|
}
|
|
.swiper-slide span{
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
z-index: 5;
|
|
}
|
|
.swiper-slide-active span{
|
|
display: none;
|
|
}
|
|
|
|
.tyAboutUs_lxwo p{
|
|
font-size: 16px;
|
|
color: #191919;
|
|
margin-bottom: 16px;
|
|
}
|
|
.tyAboutUs_lxwo>:nth-child(1){
|
|
font-size: 20px;
|
|
color: #cb1919;
|
|
font-weight: bold;
|
|
margin-bottom: 21px;
|
|
}
|
|
.tyAboutUs_lxmiancon{
|
|
margin-top: 50px;
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.tyAboutUs_lxwx{
|
|
margin-left: 121px;
|
|
margin-top: 49px;
|
|
max-width: 100px;
|
|
margin-right: 52px;
|
|
}
|
|
.tyAboutUs_lxwxa{
|
|
margin-left: 166px;
|
|
margin-top: 49px;
|
|
max-width: 100px;
|
|
|
|
}
|
|
.tyAboutUs_lxwx p{
|
|
color: #191919;
|
|
opacity: 0.7;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
margin-top: 11px;
|
|
}
|
|
.tyAboutUs_lxwxa p{
|
|
color: #191919;
|
|
opacity: 0.7;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
margin-top: 11px;
|
|
}
|
|
.tyAboutUs_lxwxa img{
|
|
width: 100%;
|
|
}
|
|
.tyAboutUs_lxwx img{
|
|
width: 100%;
|
|
} |