/*
* {
    margin: 0;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}
ul {
    list-style: none;
}*/
.icon {
    background-image: url("img/iconImg.png");
    background-repeat: no-repeat;
}

.allBox {
    width: 750px;
    margin: 0 auto;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.zzzj_dy_cjwt .allBox{
	padding-top: 10px;
}
.bigTitle {
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.redTitle {
    font-size: 22px;
    color: #C41921;
}
.tips {
    text-align: center;
    font-size: 14px;
    color: #444444;
}
.tipsmini {
    font-size: 12px;
    color: #999;
}
.tipsbig {
    padding: 0 28px;
    font-size: 14px;
    line-height: 26px;
	color: #000;
    font-weight: bold;
}
.tipsred {
    padding: 0 20px;
    font-size: 17.5px;
    line-height: 1.5;
    font-weight: bold;
    color: #C41921;
}

.iconList {
    display: flex;
    justify-content: space-around;
}
.iconList li {
    flex-shrink: 0;
    /*height: 80px;*/
    /*width: 80px;*/
    text-align: center;
    cursor: pointer;
}
.iconList li div {
    width: 84px;
    height: 84px;
    background-position-y: -43px;
}
.iconList li p {
    font-size: 14px;
    margin-top: 10px;
}
.iconList li.arr img {
    width: 15px;
    padding-top: 40px;
}
.selectNotes {
    background-position-x: -100px;
}
.shopingCart {
    background-position-x: -230px;
}
.submit {
    background-position-x: -360px;
}
.pay {
    background-position-x: -488px;
}
.dispatching {
    background-position-x: -618px;
}

.redBox {
    margin: 30px 0;
    padding: 5px 0;
    width: 100%;
    font-size: 22px;
    letter-spacing: 3px;
    color: #FFF;
    text-align: center;
    background: #d3323a;
}
.zzzj_dy_cjwt .redBox{
	margin-top: 0;
}
.cardList {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.cardList div.card {
    width: 325px;
    height: 150px;
    box-sizing: border-box;
    padding: 40px;
    box-shadow: 0 0 10px 5px #eeeeee;
    flex-shrink: 0;
    cursor: pointer;
}
.cardList div.card:hover {
    box-shadow: 0 0 10px 5px #e4e4e4;
}
.cardList .card2 {
    background-color: #F4F5F7;
}
.card .cardTitle {
    font-size: 18px;
    color: #C41921;
}
.card .cardInfo {
    font-size: 14px;
}


.explain {
    position: relative;
    display: flex;
    height: 22px;
    line-height: 22px;
    width: 140px;
    margin: 30px auto;
    justify-content: space-between;
}
.explain:before {
    position: absolute;
    content: "";
    display: block;
    width: 262px;
    border-bottom: 1px solid #aaa;
    bottom: 3px;
    left: -268px;
}
.explain:after {
    position: absolute;
    content: "";
    display: block;
    width: 262px;
    border-bottom: 1px solid #aaa;
    top: 3px;
    right: -268px;
}
.explain span {
    display: inline-block;
    height: 22px;
    width: 0;
    border-left: 1px solid #aaa;
    transform: rotate(45deg);
}



.exhibition {
    display: flex;
    justify-content: space-between;
}
.exhibition .card {
    width: 200px;
    border: 1px solid #eeeeee;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.exhibition .card div {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    background-position-y: -157px;
}
.exhibition .card:hover {
    box-shadow: 0 0 10px 5px #e4e4e4;
}
.exhibition .card .title {
    margin: 15px auto;
    font-size: 15px;
    font-weight: bold;
}
.exhibition .card .info {
    font-size: 12px;
    line-height: 1.6;
    color: #777;
}
.monthlyLogo {
    background-position-x: -100px;
}
.semimonthlyLogo {
    background-position-x: -228px;
}
.weeklyLogo {
    background-position-x: -356px;
}


.mapBox {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.map {
    width: 100%;
}
.mapTitle {
    display: inline;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.questionBox>div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.questionBox>div .answerCard {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.questionBox>div:hover .answerCard {
    transform: scale(1.05);
}
.allBox .line {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border-left: 1px solid #F0F0F0;
}
.allBox .line:after {
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    top: calc(50% - 6px);
    left: -6px;
    border-radius: 50%;
    background: #C41921;
}
.questionCard ,.answerCard {
    width: 280px;
    padding: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
}
.answerCard {
    background-color: #F0F0F0;
    border-radius: 10px;
}
.question {
    display: flex;
}
.questionCard .num {
    margin-right: 10px;
    font-size: 30px;
    text-align: center;
}
.questioninfo , .answer {
    font-size: 12px;
    line-height: 18px;
}
.answer {
    cursor: pointer;
}
.questioninfo {
    min-height: 40px;
    display: table;
}
.questioninfo span{
    display: table-cell;
    vertical-align: middle;
}
.questionCard.left {
    padding-right: 0;
}
.questionCard.right {
    padding-left: 0;
}
.leftArr:before, .rightArr:after {
    position: absolute;
    top: calc(50% - 10px);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: solid;
}
.leftArr:before{
    left: -40px;
    border-width: 10px 30px 10px 10px;
    border-color: transparent #F0F0F0 transparent transparent;
}
.rightArr:after{
    right: -40px;
    border-width: 10px 10px 10px 30px;
    border-color: transparent transparent transparent #f0f0f0;
}
