
 /* 电脑样式 */
 #box2 {
    display: none;
}
.top ul {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
    background-color: #e70011;
}
.top ul li {
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.top ul .search {
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
}

.top ul .search div {
    position: relative;
}

 .top ul .search .album-link {
     width: 20px;
     margin-left: 15px;
 }

.top ul .search div img {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 10px;
}
.top ul .search div input {
    outline: none;
    border: none;
    padding: 5px ;
    padding-left: 30px;
    border-radius: 20px;
}
.top ul .logo {
    height: 100%;
   display: flex;
   align-items: center;
  justify-content: space-around;
    width: 296px;
    background-color: #fff;
}
.top ul .logo img {
    width: 174px;
    height: 46px;
}

.bottom {
    display: flex;
}
.left {
    width: 296px;
    background-color: #f5f5f5;
    height: 100%;
}
.left .list {
    display: flex;
    padding: 10px 20px;
    cursor: pointer;
    color: #575757;
    justify-content: center;
    align-items: center;
}

.left .list span {
    flex: 1;
    margin-left: 10px;
    /* text-align: center; */
}
.left .list img {
    width: 20px;
    height: 20px;
}

.left .item {
    overflow: hidden;
    transition: all .3s;
    background-color: #fff;
    color: #848484;
}
.left .item li {
    padding: 15px 30px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}
.left .item .active {
    background-color: #e70011;
    color: #fff;
}
.right {
    flex: 1;
    padding: 0 25px;
}
.r-nav {
    padding: 10px;
    padding-top: 30px;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
}
.r-nav-title img {
    width: 223px;
    height: 18px;
    margin-right: 30px;
}
.r-nav-list ul {
    display: flex;
}

.r-nav-list li {
    margin-right: 20px;
    padding: 0 10px;
    background-color: #eaebf5;
    color: #909091;
    font-size: 12px;
}

.r-nav-list .active {
    background-color: #e70011;
    color: #fff;
}

.r-main {
    padding: 20px 30px;
}
.main-img {
    width: 100%;
    height: 400px;
    background-color: #7d5249;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main-img div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #30302d;
    text-align: center;
    line-height: 120px;
}
.main-img div span {
    display: inline-block;
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 20px solid transparent;
}
.contact_icon {
    position: fixed;
    right: 20px;
    bottom: 200px;
}
.contact_icon img {
    width: 100px;
    height: 100px;
}
.main-title {
    padding: 20px;
    border-bottom: 1px solid #101010;
    font-size: 14px;
}
.main-title img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.main-text {
    border-bottom: 1px solid #101010;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #909091;
    font-size: 14px;
}
.mt-one {
    padding-bottom: 20px;
}
.mt-three {
    display: flex;
    margin: 20px;
}

.mt-three span {
    text-align: center;
    background-color: #e70011;
    color: #fff;
    padding: 5px 10px;
    margin-left: 90%;
}
.mt-four {
    color: #101010;
}
.main-info {
    padding-top: 10px;
}
.mi-list {
    display: flex;
    margin-bottom: 10px;
}
.mi-list-img img{
    width: 40px;
    height: 40px;
    margin-right: 6px;
}
.mi-list-nr {
    flex: 1;
    background-color: #f6f6f6;
    padding: 20px 10px;
    font-size: 14px;
    color: #909091;
}
.mi-nr-top {
    display: flex;
    align-items: center;
}
.mi-time-name {
    color: #b7a291;
}
.mi-time-timr {
    font-size: 12px;
    margin-left: 10px;
}
.mi-why {
    color: #909091;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.mi-ne-bt {
    padding: 20px 0;
    display: flex;
}

.mi-ne-bt .mi-bt-img {
    margin-right: 20px;
}
.mi-bt-text {
    display: flex;
}
.mi-bt-name {
    color: #b7a291;
}
.mi-bt-time {
    font-size: 12px;
    margin-left: 10px;
}
.r-num {
    display: flex;
    align-items: center;
    margin-left: 40%;
}
.r-num div img{
    width: 20px;
    height: 20px;
}
.r-num div:last-child {
    margin-left: 5px;
}
.r-num ul{
    display: flex;
}
.r-num ul li {
    margin-left: 5px;
    background-color: #101010;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 50%;
}

.r-num .r-num-active{ 
    background-color: #e70011;
}
.r-title {
    border-bottom: 1px solid #dddbdb;
    color: #909091;
    font-size: 20px;
    padding: 0 5px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
}
.r-title span {
    color: #0d1994;
}
.r-btnAll {
    padding: 20px 50px;
    padding-right: 0;
}
.r-btn-listBox {
    display: flex;
    margin-bottom: 10px;
}
.r-btn-list {
    flex: 1;
    margin-right: 10px;
    border: 1px solid #dddbdb;
    padding: 10px;
    cursor: pointer;
}
.r-btn-list-active {
    background-color: #e4dcd6;
    color: #fff;
}
.r-btn-list-h {
    height: 300px;
    outline: none;
}

.r-tip {
    font-size: 12px;
    padding-left: 50px;
}
.r-input{
    padding-left: 50px;
    margin: 5px 0;
}
.r-input input{
    outline: none;
    padding: 2px 10px;
    width: 70px;
}
.r-submit {
    margin-left: 50px;
    background-color: #e70011;
    color: #fff;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}
