header .header .container .user {
    display: flex;
    align-items: center;
}

header .header .container .user a {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}
.faq #accordion .panel .panel-body p a{
	color:#1B2D63;
}
.pageinfo ul.pul li .prev,
.pageinfo ul.pul li .next {
    border-radius: unset;
    margin: 0;
    padding: 0.4rem 0.79rem;
}

.products .items .right.new_style dl dd {
    width: 100%;
}

.products .items .right dl dd span:first-child {
    border-bottom: 1px solid #fff;
}

.products .items .right dl dd:nth-last-child(1) span {
    border-top: 0;
}

.products .items .right dl dd:nth-last-child(1) span:first-child {
    border-bottom: 1px solid #E9E9E9;
}

.products .items.new_list {
    display: block;
    padding: 0;
}

.products .items.new_list .p_header {
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
    /********************/
}

.products .items .left.new_sty{
    width: 100%;
}
.products .items .right.new_sty{
    width: 100%;
}
/*******彈窗*******/

#changeScore {
    padding: 2rem;
    background-color: #fff;
    max-width: 600px;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}

#changeScore .container {
    max-width: 100%;
}

#changeScore .tit {
    padding: 0 0 1.5rem 0;
    color: #1B2D63;
}

.d_btn {
    display: inline-block;
    background: #3485D5;
    padding: 0.8rem;
    color: #ffffff;
    box-shadow: none;
    border: none;
}

.modal_info form button {
    display: inline-block;
    background: #3485D5;
    padding: 0.8rem 3rem;
    color: #ffffff;
    box-shadow: none;
    border: none;
    margin-top: 2rem;
}

.modal_info form .form-group {
    display: flex;
    align-items: center;
    padding-bottom: 0.7rem;
}

.modal_info form label {
    width: 150px;
}


/********彈窗***************/

.products .items .right.new_sty dl dd {
    width: 100%;
}

.products .items.new_list .p_header .p_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/c2.png);
    background-size: cover;
}

.products .items.new_list .p_header h3 {
    margin-bottom: 0;
}

.products .items.new_list .p_header h3 a {
    color: #fff;
}

.products .items.new_list .p_cont {
    display: block;
    text-align: center;
    padding: 1rem 0 4rem 0;
}

.products .items.new_list .p_cont a img {
    padding: 1rem;
}

@media (max-width: 768.98px) {
    .products .items.new_list .p_header {
        display: block;
        padding-bottom: 0;
    }
}

.zero-block .swiper-slide a .left{
    height: 180px;
}