* {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul,li,dl,ol{list-style:none;}

a {
    display: inline-block;
    text-decoration:none;
    cursor: pointer;
    color: #111111!important;
}


a div {
    cursor: pointer;
}

input {
    border: none;
    outline: none;
}

div {
    cursor: default;
}

.login_title {
    width: 1240px;
    height: 112px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logintitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logintitle img {
    width: 118px;
    height: 51px;
}

.logintitle span {
    font-size: 22px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-left: 50px;
}

.hotline {
    height: 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 117px;
}

.hotPhone {
    width: 28px;
    height: 32px;
}

.hotline .hotline_title{
    position: relative;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.hotline .hotline_title img {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    right: 29px;
    top: 0;
}

.hotline .hotline_title span:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
    margin-bottom: 2px;
}
.hotline .hotline_title span:nth-child(3) {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
}

.hotline_code {
    position: absolute;
    z-index: 986;
    top: 64px;
    left: -41px;
    width: 218px;
    height: 252px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hotline_code img {
    width: 178px;
    height: 178px;
    margin-bottom: 10px;
}

.hotline_code span {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
}

.logintip {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.userPhone {
    width: 28px;
    height: 32px;
}

.userTip {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.userTip span:nth-child(1) {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
}

.userTip span:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
}

.comline {
    width: 100%;
    height: 1px;
    background: rgba(223, 223, 223, 1);
}

.routerTip {
    width: 1220px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.routerTip span:nth-child(1) {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(17, 17, 17, 1);
}

.routerTip span:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(146, 146, 146, 1);
}

.orderTitle {
    width: 1180px;
    font-size: 36px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #111111;
    margin-top: 52px;
}

.insPrompt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.insPrompt span {
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.insPrompt div:nth-child(2) {
    width: 84px;
    height: 2px;
    background: #111111;
    margin-top: 30px;
}
.insPrompt div:nth-child(3) {
    width: 108px;
    height: 3px;
    background: #111111;
    margin-top: 5px;
}


.questionMark {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.questionMark_cont {
    display: flex;
    flex-direction: column;
    margin-bottom: 31px;
}

.questionMark_cont1 {
    display: flex;
    flex-wrap: wrap;
}

.questionMark_cont1 img {
    width: 24px;
    height: 24px;
}

.questionMark_cont1 span {
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 9px;
}

.questionMark_cont2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.questionMark_cont2 div {
    width: 24px;
    height: 24px;
}

.questionMark_cont2 span {
    width: 915px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 9px;
}

.inServiceCont {
    position: relative;
}

.inServiceCont span {
    text-align: left;
    cursor: pointer;
    margin-right: 40px;
}

.inServiceCont span:hover {
    color: #C81118!important;
}

.institle1 {
    width: 150px;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

/*提示弹窗样式*/
.growl {
    position: fixed;
    top: 0;
    right: 20%;
    left: 44%;
    height: 200px;
    z-index: 9999999;
    max-width: 240px;
    text-align: center;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.growl-item-success {
    border-radius: 5px;
    border-color: #e1f3d8;
    background-color: #f0f9eb;
    color: #67c23a;
    margin-top: 300px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.growl-item-error {
    border-radius: 5px;
    border-color: #fde2e2;
    background-color: #fef0f0;
    color: #f56c6c;
    margin-top: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.growl-item-warn {
    border-radius: 5px;
    border-color: #faecd8;
    background-color: #fdf6ec;
    color: #e6a23c;
    margin-top: 300px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.all {
    width: 183px;
    height: 54px;
    background: #C81118;
    border-radius: 27px;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 50px;
}

/* 分页 */
.paging {
    margin:20px;
}

.paging-total {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    padding-top: 5px;
    float: left;
}

.paging-input {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    float: left;
}

.paging-input input {
    width: 38px;
    height: 28px;
    border: 1px solid #DDDDDD;
    text-align: center;
    color: #333333;
    margin: 0 4px;
}


.pager a,
.pager span {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    float: left;
    text-decoration: none;
}

.pager span {
    color: #fff;
    background: #F77304;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.pager a:hover {
    color: #2a6496;
    background: #f2f2f2;
}

.pager a.last {
    border-right: 0;
}

/*遮罩*/
.mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    display: none;
    flex-direction: column;
    align-items: center;
}

.mask_content {
    width: 447px;
    height: 318px;
    background: #FFFFFF;
    margin: 150px auto;
    display: flex;
    flex-direction: column;
}

.mask_title {
    width: 447px;
    height: 37px;
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mask_title span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-left: 20px;
}

.mask_title img {
    width: 15px;
    height: 15px;
    margin-right: 20px;
}

.userMessage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.userMessage span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.userMessage input {
    width: 243px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding-left: 10px;
}

.mask_tip {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
    margin-left: 137px;
}

.determine {
    width: 174px;
    height: 39px;
    background: #C81118;
    border-radius: 2px;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 50px;
    margin-left: 137px;
}

.margin01 {
    margin-top: 45px;
    margin-left: 73px;
}

.margin02 {
    margin-top: 20px;
    margin-left: 57px;
}

/*城市二级联动*/
._citys {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 1;
    display: inline-block;
    padding: 5px 20px 20px 20px;
    border-radius: 4px;
    width: 820px;
    border: 1px solid #eee;
    background: #fff;
    text-align: left;
}

.c_hot {
    padding-top: 8px;
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
}

.c_hot a {
    margin: 0 5px;
}

.c_hot a:hover {
    color: #C81118 !important;
}

._citys1 {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    height: 150px;
    line-height: 50px;
}

._citys1 a {
    display: inline-block;
    overflow: hidden;
    margin-left: 6px;
    width: 80px;
    height: 30px;
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
}

._citys1 a:hover {
    background-color: #C81118;
    color: #fff !important;
}

/*城市二级联动end*/
.cyzx-content-lr-recommend-price {
    color: #C81118!important;
}

.defult {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 160px;
}

.defult span {
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #111111;
    margin-bottom: 60px;
}

.defult img {
    width: 450px;
    height: 340px;
}