











.UIFullPageView {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.UIStatusBarView {
    z-index: 100;
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #F9F9F9;
    border-bottom: 2px solid #F0F0F0;}

.UIButton>.UIImageView {
    position: absolute;
    left: 18px;
    top: 0px;
    width: 20px;
    height: 24px;
    margin-top: 10px;
}
.UIContent {
    position: relative;
    width: 980px;
    height: auto;
    margin: 0 auto;
}

.UIStatusBarView .UIButton>.UIImageView .UIImage {
    left: 0px;
    top: 0px;
    margin-top: 5px;
}
.UIStatusBarView .UIButton.withImage {
    padding-left: 46px;
}
.UIStatusBarView .UIButton {
    display: block;
    position: relative;
    float: left;
    width: auto;
    padding: 0px 16px;
    height: 44px;
    /* border-left: 2px solid #f0f0f0; */
    font-size: 0.75rem;
    text-align: center;
    line-height: 44px;
    overflow: hidden;
    color: #a0a0a0;
}
.UIStatusBarView .UIButton {
    display: block;
    position: relative;
    float: left;
    width: auto;
    padding: 0px 16px;
    height: 44px;
 /*   border-left: 2px solid #f0f0f0;*/
    font-size: 0.75rem;
    text-align: center;
    line-height: 44px;
    overflow: hidden;
    color: #a0a0a0;
}
.UIButton {
    cursor: pointer;
}


.UIStatusBarView .UIButton.right {
    float: right;
    border-left: none;
    border-right: 2px solid #f0f0f0;
}
.UIStatusBarView .UIButton.right:last-child {
    border-left: 2px solid #f0f0f0;
}
.UIStatusBarView .UIButton.right {
    float: right;
    border-left: none;
    border-right: 2px solid #f0f0f0;
}


.UIStatusBarView .UIButton.right i {
    color: red;
}
.UIStatusBarView .UIButton i {
    margin-right: 2px;
    color: #30A5D0;
    font-size: 0.875rem;
}
.mdi {
    display: inline-block;
    font: normal normal normal 24px/1 MaterialDesignIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.UIStatusBarView .UIButton.right i {
    color: red;
}
.UIStatusBarView .UIButton i {
    margin-right: 2px;
    color: #30A5D0;
    font-size: 0.875rem;
}
.mdi {
    display: inline-block;
    font: normal normal normal 24px/1 MaterialDesignIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.UIStatusBarView .UIButton i {
    margin-right: 2px;
    color: #30A5D0;
    font-size: 0.875rem;
}


.UIBarView {
    position: relative;
    width: 100%;
    height: 90px;
}

.UIContent {
    position: relative;
    width: 980px;
    height: auto;
    margin: 0 auto;
}

.UIBarView .UIImageView {
    position: absolute;
    left: 0px;
    top: 12.5px;
    width: 333px;
    height: 65px;
}
.UIImageView {
   /* position: relative;*/
    overflow: hidden;
}

.UIBarView .UIButton {
    float: right;
    position: relative;
    display: block;
    width: auto;
    height: 90px;
    color: #3c3c3c;
    line-height: 90px;
    font-size: 0.875rem;
    padding: 0px 42px;
}
.UIButton {
    cursor: pointer;
}
/*
footer*/

.UISliderView {
    position: relative;
    width: 100%;
    background-color: #F2F2F2 !important;
    height: 210px;
    color: #BCBCBC;
    border-bottom:1px solid #d0d0d0;
    border-top:2px solid #d0d0d0;
}
.UIContent {
    position: relative;
    width: 980px;
    height: auto;
    margin: 0 auto;
}
.UISliderView .UIContent>p {
    line-height: 60px;
    /*text-indent: 40px;*/
    font-size: 1.5rem;
}
.UISliderView button:nth-of-type(1) {
    left: -43px;
}
.UISliderView button {
    position: absolute;
    top: 60px;
    height: 120px;
    width: 40px;
    font-size: 2rem;
    color: #BCBCBC;
    background-color: transparent;
}
.UISliderView button:nth-of-type(2) {
    right: 0px;
}

.UISliderView .content {
    position: relative;
    width: 900px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
}
.UISliderView .content ul {
    position: relative;
    width: 9999px;
    height: 120px;
    list-style: none;
}

.UISliderView .content ul li {
    float: left;
    position: relative;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.UISliderView .content ul li a {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
}
.UISliderView .content ul li .UIImageView {
    width: 120px;
    height: 120px;
}
.UIImageView {
    position: relative;
    overflow: hidden;
}
.UIImageView .UIImage.UIEdgeALLZero {
    width: 100%;
    height: 50%;
}
.UIImageView .UIImage {
    position: absolute;
}
.UIFooterLink {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #3B3B3B;
}
.UIContent {
    position: relative;
    width: 980px;
    height: auto;
    margin: 0 auto;
}
.UIFooterLink p {
    line-height: 44px;
    font-size: 0.875rem;
    color: white;
    text-align: center;
}
.UIFooterLink p a {
    padding: 0px 32px;
    cursor: pointer;
}
.UIFooter {
    position: relative;
    width: 100%;
    height: 170px;
    background-color: #595858;
}
.z_lianjie{
    position: relative;
    width: 100%;
    height: 240px;
    background-color: #FFFFFF;
}
.z_lianjie .UIContent>p {
    line-height: 60px;
    /* text-indent: 40px;*/
    font-size: 1.5rem;
    color: #BCBCBC;
}
.z_lianjie .UIContent>ul{
    float: left;

}
.z_lianjie .UIContent>ul>li{
    float: left;
    list-style: none;
    padding: 20px  60px 2px 0px;
    font-size: 14px;
}
.UIFooter .UIContent {
    width: 580px;
    padding-left: 140px;
    padding-top: 30px;
    min-height: 156px;
    box-sizing: border-box;
}
.UIContent {
    position: relative;
    /*  width: 980px;*/
    height: auto;
    margin: 0 auto;
}
.UIFooter .UIContent>.UIImageView {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 108px;
    height: 96px;
    padding-bottom: 8px;
    padding-right: 16px;
    border-right: 1px solid #878787;
}
.UIImageView {
    /* position: relative;*/
    overflow: hidden;
}
.UIFooter .UIContent>.UIImageView .UIImage {
    width: 108px;
    height: 96px;
    left: 0px;
}
.UIFooter .UIContent p {
    margin-top: 8px;
    margin-bottom: 18px;
    font-size: 0.75rem;
    color: white;
}
.UIFooter .UIContent p a:nth-of-type(1) {
    margin-left: 0px;
}
.UIFooter .UIContent p a {
    margin: 0px 2px;
}
.UIFooter .UIContent>.UIImageView{
    height: 120px !important;
}