body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 775px;
    /*background: url(../images/paihbbg.png) no-repeat center top #f5f6f8;*/
}

img {
    border: 0;
}

a img {
    opacity: 1;
    transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
}

a:hover {
    color: #ff6600;
}

a img:hover {
    opacity: 0.8;
}

a {
    text-decoration: none;
}

form,
input,
select,
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
em,
i {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-style: normal;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    border: 0;
    outline: none;
}

.clearfix {
    clear: both;
    zoom: 1;
}

.paihg_container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background: url(../images/phb_n1.jpg) no-repeat center top #f5f5f5;
    padding-top: 20px;
    padding-bottom:30px;
}

/*头部导航*/
.tj-game {
    width: 1200px;
    margin: 0 auto 20px;
    height: 130px;
    overflow: hidden;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 18px 0px rgba(168, 130, 123, 0.22);
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 4px;
}

.tj-game > div {
    width: 100%;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
}

.tj-game > div span,
.tj-game .tj-li,
.tj-game .zt-nav-li-g {
    float: left;
}

.tj-game > div > span {
    width: 70px;
    height: 25px;
    background-image: linear-gradient(48deg, #f6715f 0%, #f86c34 100%);
    border-radius: 13px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.tj-game .tj-li {
    width: 110px;
    border-right: 1px solid #ccc;
    text-indent: 17px;
    height: 20px;
    margin-top: 2.5px;
    line-height: 20px;
}
.tj-game .tj-li:nth-child(11){
	border:0;
}

.tj-game .tj-li a {
    font-size: 12px;
    line-height: 20px;
    color: #616161;
}

.tj-game .tj-li a:hover {
    color: rgb(255, 73, 59);
}

.tj-game .tj-li a span {
    line-height: 20px;
}

.tj-game > div li.zt-nav-li-g {
    display: none;
}

.tj-game > div .tj-more {
    color: #f76341;
    font-size: 12px;
    line-height: 25px;
    margin-left: 1105px;
    display: block;
}

.searchcon {
    width: 1200px;
    height: 70px;
    box-shadow: 0px 0px 18px 0px rgba(168, 130, 123, 0.22);
    border-radius: 10px;
    background: #f5f5f5;
    margin: 0 auto 20px;
}

.box-shadow{
	width: 1200px;
    box-shadow: 0px 0px 18px 0px rgba(168, 130, 123, 0.22);
    border-radius: 10px;
    background: #f5f5f5;
    margin: 0 auto 20px;
    text-align: center;
    box-sizing: border-box;
	overflow:hidden;
}

.searchcon .hotword_search {
    width: 700px;
    height: 21px;
    line-height: 21px;
    margin-top: 25px;
    float: left;
	overflow:hidden;
}

.searchcon .hotword_search span {
    width: 96px;
    text-align: center;
    color: #cccccc;
    font-size: 14px;
    display: inline-block;
}

.searchcon .hotword_search a {
    color: #666666;
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
}

.searchcon .hotword_search a.hot {
    color: #f95d4d;
    font-size: 16px;
}

.searchcon .hotword_search a:hover {
    color: #f95d4d;
}

.searchcon .searchword {
    float: right;
    width: 480px;
    height: 40px;
    margin-top: 15px;
    margin-right: 20px;
    border-radius: 20px;
    border: solid 2px #ff493b;
    box-sizing: border-box;
    line-height: 36px;
    position: relative;
}

.searchcon .searchword::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ss.png);
    top: 7px;
    left: 8px;
}

.searchcon .searchword .search-input {
    float: left;
    margin-left: 40px;
    color: #b8b8b8;
    font-size: 14px;
    background: transparent;
    width: 350px;
    height: 36px;
    line-height: 36px;
}

.searchcon .searchword .btn {
    width: 70px;
    height: 27px;
    color: #ffffff;
    font-size: 14px;
    line-height: 27px;
    margin-top: 5px;
    background-color: #f95d4d;
    float: right;
    margin-right: 5px;
    border-radius: 14px;
    cursor: pointer;
}

/*期待新游排行*/
.compGs_cont,
.yearGs_cont,
.otherGs_cont,
.kindsGs_cont {
    width: 1200px;
    margin: 0 auto 20px;
}

.forGs,
.newGs,
.tyearGs,
.action_gs {
    float: left;
    margin: 0 0 0 21px;
    width: 386px;
    height: 1906px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 10px 0px rgba(28, 29, 29, 0.15);
    border-radius: 10px;
}

.compGs_cont .for_name {
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    color: #353535;
    font-weight: bold;
}

.compGs_cont {
    height: 1906px;
    margin-bottom: 20px;
}

.forGs {
    margin: 0;
}

.for_num {
    border-bottom: 1px solid #e6e5e5;
}

.part1 {
    height: 210px;
    display: none;
    position: relative;
}

.part2 {
    height: 66px;
    display: block;
    position: relative;
    width: 100%;
}

.for_num1,
.for_num2 {
    height: 210px;
    width: 353px;
    margin: auto;
    position: relative;
    padding-left: 6px;
    border-bottom: 1px solid #e6e5e5;
}

.for_num3 .part1 {
    display: block;
}

.for_num3 .part2 {
    display: none;
}

.for_log {
    width: 25px;
    height: 24px;
    background: url(../images/phb_n6.png) no-repeat center center;
    float: left;
    margin: 21px 8px 0 24px;
}

.newGs .for_log {
    background-image: url(../images/phb_n11.png);
}

.tyearGs .for_log {
    background-image: url(../images/phb_n4.png);
}

.for_tit {
    margin: 0;
    height: 65px;
    background: white;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 8px 10px 0px rgba(28, 29, 29, 0.05);
}

.pho,
.infos,
.h_pho {
    float: left;
}

.num1,
.num2{
    font-size: 25px;
    display: block;
    width: 41px;
    height: 41px;
    background: url(../images/phb_n3.png) no-repeat;
    color: white;
    font-weight: bold;
    line-height: 37px;
    position: absolute;
    margin: 0;
    top: 20px;
    left: 0;
    z-index: 10;
    /* text-align: center; */
    text-indent: 10px;
}
.num3 {
    font-size: 25px;
    display: block;
    width: 41px;
    height: 41px;
    background: url(../images/phb_n3.png) no-repeat;
    color: white;
    font-weight: bold;
    line-height: 37px;
    position: absolute;
    margin: 0;
    top: 20px;
    left: -6px;
    z-index: 10;
    /* text-align: center; */
    text-indent: 10px;
}

.num {
    font-size: 25px;
    display: block;
    width: 41px;
    height: 41px;
    background: url(../images/phb_n2.png) no-repeat;
    color: white;
    font-weight: bold;
    line-height: 37px;
    position: absolute;
    margin: 0;
    top: 20px;
    left: -6px;
    z-index: 10;
    text-indent: 10px;
}

.after10 .num {
    text-align: left;
    text-indent: 2px;
}

.pho a img,
.h_pho a img {
    border-radius: 5px;
    cursor: pointer;
    width: 120px;
    height: 160px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

.titdata > a,
.title_name > a {
    font-size: 14px;
}

.titdata {
    height: 50px;
}

.titdata a {
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    padding: 0 0 10px;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.titdata a div {
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    color: #4b4b4b;
}
.titdata a div:hover{
    color:#ff450c;
}
.titdata a p {
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #bbbbbb;
    font-size: 12px;
}

.infos {
    margin: 26px 0 0 16px;
    width: 210px;
    height: 160px;
    position: relative;
}

.pho,
.h_pho {
    margin: 26px 0 0 0;
}

.contdata .type,
.contdata .times,
.sale_time .times {
    color: #737373;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
}

.contdata {
    width: 100%;
    height: 95px;
    padding-top: 15px;
    position: relative;
}

.region .area,
.region .bbs {
    display: inline-block;
    color: #ababab;
    width: 60px;
    height: 28px;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    margin-right: 11px;
}

.region .area {
    border: 1px solid #ff450c;
    color: #ff450c;
    font-size: 14px;
}

.region .bbs {
    border: 1px solid #dcdcdc;
    color: #dcdcdc;
    font-size:14px;
}


.region a:nth-of-type(3){margin-right:0;}

.region {
    margin: 10px 0 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
}

.infos .right_iconup {
    width: 26px;
    height: 26px;
    background: url(../images/phb_n8.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 80px;
}

.infos .right_icondw {
    width: 26px;
    height: 26px;
    background: url(../images/phb_n10.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 80px;
}

.infos .right_iconhg {
    width: 26px;
    height: 26px;
    background: url(../images/phb_n5.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 80px;
    margin: auto;
}

.for_num {
    border-bottom: 1px solid #e5e5e5;
    width: 353px;
    margin: auto;
	padding-left:6px;
}

.nums {
    font-size: 24px;
    color: #b9c0c8;
    line-height: 66px;
    float: left;
    margin: 0 20px 0 8px;
    width: 30px;
    text-align: center;
}

.txt_cont {
    float: left;
    line-height: 66px;
    width: 180px;
    height: 66px;
    overflow: hidden;
    font-size: 14px;
}

.txt_cont a:link {
    color: #666;
}

.txt_cont a:visited {
    color: #666;
}

.txt_cont a:hover {
    color: #ff6600;
}

.sideRt_cont {
    line-height: 66px;
    width: 114px;
    float: left;
    height: 66px;
}

.time_lst {
    color: #ababab;
    float: left;
}

.sideRt_cont .right_iconup {
    width: 26px;
    height: 26px;
    background: url(../images/phb_n8.png) no-repeat center center;
    position: absolute;
    right: 7px;
    top: 20px;
}

.sideRt_cont .right_icondw {
    width: 26px;
    height: 26px;
    background: url(../images/phb_n10.png) no-repeat center center;
    position: absolute;
    right: 7px;
    top: 20px;
}

.sideRt_cont .right_iconhg {
    width: 26px;
    height: 26px;
    background: url(../images/phb_n5.png) no-repeat center center;
    position: absolute;
    right: 7px;
    top: 20px;
    margin: auto;
}

.actions {
    width: 296px;
    margin: 20px auto 20px auto;
    color: #c8c8c8;
}

.ref {
    width: 120px;
    margin: 5px auto 0 auto;
}

.newGs .right_iconb span,
.tyearGs .right_iconb span {
    text-align: center;
    width: 66px;
    display: inline-block;
    color: #ababab;
}


/*未知*/
#logo {
    width: 100%;
    height: 90px;
    background: #1e222d;
}

.logo {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.logo_l {
    width: 200px;
    height: 76px;
    float: left;
    margin-top: 7px;
    display: inline;
}

.logo_l a {
    width: 180px;
    height: 43px;
    margin-top: 16px;
    background: url(../images/yx_logo.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

.logo_r {
    width: 760px;
    height: 60px;
    float: right;
    margin-top: 15px;
    display: inline;
}

.logo_l img {
    width: 182px;
    height: 52px;
    margin-top: 12px;
}

#dh {
    width: 100%;
    height: 40px;
    background: #3b515e;
}

.dh {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.dh li {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    float: left;
}

.dh li.hover {
    height: 38px;
    line-height: 38px;
    background: #1d3036;
    border-bottom: #fe3e3b 2px solid;
}

.dh li a:link,
.dh li a:visited {
    color: #fff;
}

.dh li a:hover {
    color: #ff6600;
}

/*年度排行*/
.yearGs_cont {
    height: 1320px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 10px 0px rgba(28, 29, 29, 0.15);
    border-radius: 10px;
}

.year_tit .year_name {
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #1e222d;
    font-size: 20px;
    font-weight: bold;
}

.year_tit .year_name:before {
    content: "";
    float: left;
    width: 12px;
    height: 24px;
    background: url(../images/phb_n13.png) no-repeat;
    margin: 20px 8px 0 0;
}

.year_tit {
    margin: 0 auto;
    width: 1160px;
    height: 65px;
    background-color: #ffffff;
    box-shadow: 0px 8px 10px 0px rgba(28, 29, 29, 0.05);
    border-radius: 10px 10px 0px 0px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.year_lst {
    width: 160px;
    height: 1225px;
    margin: 0;
    float: left;
    padding-top: 30px;
    border-radius: 0 0 0 10px;
    background-color: #f9f9f9;
    box-shadow: 3px 0px 10px 0px rgba(60, 60, 60, 0.1);
}

.yycont_lst {
    float: left;
    width: 990px;
    overflow: hidden;
}

.gsPlay_cont {
    width: 980px;
    height: 1170px;
    float: left;
    margin: 30px 0 0 46px;
}

.gsPlay_cont + .gsPlay_cont {
    display: none;
}

.tyear_lst {
    width: 145px;
    height: 60px;
    line-height: 60px;
    color: #757575;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.current_year {
    width: 145px;
    height: 82px;
    line-height: 82px;
    background: url(../images/phb_n12.png) no-repeat center center;
    color: #ff5000;
    margin: auto;
    font-size: 24px;
}

.current_year .tyear {
    font-weight: bold;
}

.tyear {
}

.detail_cont {
    position: relative;
    margin: 6px 0 0 6px;
}
.detail_cont a:hover span{
    color:#ff450c;
}
.lst_cont:after {
    position: absolute;
    right: -3px;
    bottom: 0;
    background: url(../images/phb_n9.png) no-repeat center;
    content: "";
    width: 37px;
    height: 37px;
    display: block;
}

.detail_cont img {
    width: 120px;
    height: 160px;
    border-radius: 5px;
    display: block;
    margin: 0 0 12px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
}

.detail_cont span {
    width: 120px;
    height: 20px;
    /* background: rgba(0, 0, 0, .7); */
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    line-height: 20px;
    text-align: center;
    color: #fff;
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    color: #4e4e4e;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    display: block;
    text-align: center;
}

.num_gs,
.detail_cont {
    /* float: left; */
}

.num_gs {
    font-size: 25px;
    display: block;
    width: 41px;
    height: 41px;
    background: url(../images/phb_n3.png) no-repeat;
    color: white;
    font-weight: bold;
    line-height: 37px;
    text-indent: 10px;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: left;
}

.lst_cont.after3 .num_gs {
    background-image: url(../images/phb_n2.png);
}

.lst_cont.after10 .num_gs {
    text-indent: 2px;

}

.hot_act {
    width: 23px;
    height: 27px;
    background: url(../images/phb_n7.png) no-repeat center center;
    display: inline-block;
    margin: 15px 7px 0 0;
    float: left;
}

.lst_cont {
    width: 176px;
    height: 236px;
    float: left;
    margin: 0 0 7px 20px;
    position: relative;
}

.gbtm_cont {
    height: 25px;
    text-align: center;
}


/*未知2*/
.gs_icon {
    width: 4px;
    height: 20px;
    /*background: url("../images/p_icon.png") no-repeat 0 0;*/
    float: left;
    margin: 10px 0 0 15px;
}

.ali-three-phb-list-qd-title span h2,
.ali-three-phb-list-title span h2 {
    margin: 5px 8px;
}

.newGs .right_iconb .hot_act,
.tyearGs .right_iconb .hot_act {
    display: block;
    margin: 0 auto;
}

.newGs .right_iconb,
.tyearGs .right_iconb {
    width: 66px;
    height: 62px;
    position: absolute;
    right: 0;
    top: 68px;
    margin: auto;
}

.newGs .right_icon,
.tyearGs .right_icon {
    width: 114px;
    margin: 0 0 0 10px;
    background: 0;
}

.region a:hover {
    background: #ff450c;
    color: #fff;
}

.newGs .right_icon span:last-child,
.tyearGs .right_icon span:last-child {
    color: #ababab;
}

.kindsGs_cont h2 {
    font-size: 16px;
}

.sideRt_cont .region {
    margin: 0;
}

.newGs .first_region,
.newGs .second_region,
.newGs .third_region,
.tyearGs .first_region,
.tyearGs .second_region,
.tyearGs .third_region {
    margin: 10px 0 0 0;
}

/*其他种类游戏*/
.otherGs_cont {
    height: 1566px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 10px 0px rgba(28, 29, 29, 0.15);
    border-radius: 10px;
}

.others_cont {
    width: 950px;
    float: left;
    margin-left: 45px;
    height: 1415px;
    padding-top: 25px;
}

.others_cont > ul {
    display: none;
}

.others_cont > ul:first-child {
    display: block;
}

.others-li {
    width: 100%;
    height: 104px;
    position: relative;
    padding: 17px 0;
    border-bottom: 1px solid #e6e5e5;
}

.others-li.after3 .num {
    background-image: url(../images/phb_n2.png);
}

.others-li .num {
    font-size: 25px;
    display: block;
    width: 41px;
    height: 41px;
    background: url(../images/phb_n3.png) no-repeat;
    color: white;
    font-weight: bold;
    line-height: 37px;
    text-indent: 10px;
    position: absolute;
    margin: 0;
    top: 14px;
    left: 0;
    z-index: 10;
    text-align: left
}

.others-li.after3 .num {
    background-image: url(../images/phb_n2.png);
}

.others-li.after10 .num {
    text-indent: 2px;
}

.others-li .other-img {
    float: left;
    margin-left: 6px;
    overflow: hidden;
    width: 78px;
    height: 104px;
    background-color: #000000;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
}

.others-li .other-img img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.others-li .ohters-infos {
    width: 210px;
    height: 104px;
    position: relative;
    float: left;
    margin-left: 27px;
}


.others-li .others-data {
    height: 50px;
}

.others-data a {
    width: 100%;
    height:30px;
	line-height: 30px;
    overflow: hidden;
    display: block;
}
.others-data a:link{color:#4b4b4b;}
.others-data a:visited{color:#4b4b4b;}
.others-data a:hover{color:#f60;}
.others-data a:active{color:#4b4b4b;}

.others-data a div {
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}

.others-data p {
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #bbbbbb;
    font-size: 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
}


.others-li .cont-data {
    width: 100%;
    padding-top: 21px;
    position: relative;
}

.cont-data .type,
.cont-data .times {
    color: #737373;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    float: left;
    text-align: left;
}

.cont-data .times {
    float: right;
    text-align: right;
}

.others-li .right_icon {
    float: left;
    height: 100px;
    line-height: 100px;
    color: #909090;
    font-size: 14px;
    width: 130px;
    margin-left: 90px;
}

.otherGs_cont .hot_act {
    margin: 32px 10px 0 0;
}

.others_cont .page {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    color: #939393;
}

.others_cont .page a{
	background-color: #ffffff;
    border: #e3e3e3 1px solid;
    margin-right: 6px;
    border-radius: 3px;
    color: #686868;
    padding: 4px 8px 3px 8px;
	cursor:pointer;
}
.others_cont .page a.curr,.others_cont .page a:hover {
    background-color: #FF6B2D;
    background-image: linear-gradient(122deg, #ff5129 0%, #f49f7d 100%);
    padding: 5px 9px 4px;
    border: 0;
    font-weight: bold;
    color: #ffffff;
}

.others-li .right_iconup {
    width: 26px;
    height: 26px;
    background: url(../images/phb_n8.png) no-repeat center center;
    float: left;
    margin: 37px 40px 0 40px;
}

.others-li .right_icondw {
    width: 26px;
    height: 26px;
    background: url(../images/phb_n10.png) no-repeat center center;
    float: left;
    margin: 37px 40px 0 40px;
}

.others-li .right_iconhg {
    width: 26px;
    height: 26px;
    background: url(../images/phb_n5.png) no-repeat center center;
    float: left;
    margin: 37px 40px 0 40px;
}

.others-li .others-li-btns {
    font-size: 0;
    float: right;
    height: 38px;
    margin: 33px 0;
}

.others-li-btns > a {
    display: inline-block;
    width: 80px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    margin-right: 11px;
    border: 1px solid #ff450c;
    color: #ff450c;
    font-size: 14px;

}
.others-li-btns > a:nth-of-type(3){margin-right:0;}

.others-li-btns .bbs{
	display: inline-block;
    width: 80px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    margin-right: 11px;
    border: 1px solid #dcdcdc;
    color: #dcdcdc;
    font-size: 14px;
}

.others-li-btns > a:hover {
    background: #ff450c;
    color: white;
}


.otherGs_cont .year_lst {
    height: 1472px;
}

.news_foot {
    width: 100%;
    height: 200px;
    background: #1e222d;
    color: #768b9c;
    clear: both;
    text-align: center;
}

.news_foot_c {
    width: 1100px;
    height: 120px;
    padding: 40px 0;
    line-height: 40px;
    margin: 0 auto;
}

.news_foot_c a:link {
    color: #768b9c;
}

.news_foot_c a:visited {
    color: #768b9c;
}

.news_foot_c a:hover {
    color: #ff6600;
}



