html {
    font-size: 20px
}

@media only screen and (min-width:400px) {
    html {
        font-size: 21.33333333px!important
    }
}

@media only screen and (min-width:414px) {
    html {
        font-size: 22.08px!important
    }
}

@media only screen and (min-width:480px) {
    html {
        font-size: 25.6px!important
    }
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
ol,
li,
p,
form,
input,
button {
    margin: 0;
    padding: 0
}

nav {
    display: block
}

html,
body,
img,
iframe {
    border: 0
}

img {
    vertical-align: middle
}

i,
em {
    font-style: normal
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a,
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold
}

a,
a:hover {
    text-decoration: none;
    color: #3887f7
}

body,
input,
button {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: .85rem;
    line-height: 1rem;
    color: #333;
    outline: 0
}

body {
    margin-top: 70px;
    background-color: #edf0f9;
    background-size: cover;
    padding: 10px;
}

.vwbg {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 760px;
    background-color: #efefef
}

.mynav {
    float: left;
    width: 95%;
    padding: 0 2.5%;
    height: 1.5rem;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mynav a {
    float: left;
    height: 1.5rem;
    line-height: 1.5rem;
    display: block;
    font-size: .65rem;
    text-align: center;
    color: #888
}

.mynav .on {
    color: #fc4c7b;
    border-bottom: .1rem solid #fc4c7b
}

.mysrh {
    float: left;
    width: 100%;
    background-color: #edf0f9;
    /*padding:10px 2.5%;*/
    border-bottom: 1px solid #ececec
}

.uzsrh {
    float: left;
    width: 100%;
    display: block;
    border-radius: 2px;
    background-color: #fff
}

.uzsrh input {
    float: left;
    display: block;
    width: 90%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .65rem;
    background-color: #fff;
    color: #333;
    border: 0;
    border-radius: 2px 0 0 2px;
    -webkit-appearance: none;
    outline: none;
    padding: 0 2.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

input::-webkit-input-placeholder {
    color: #bbb
}

input::-moz-input-placeholder {
    color: #bbb
}

input:-ms-input-placeholder {
    color: #bbb
}

.uzsrh button {
    float: right;
    display: block;
    width: 10%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0;
    background: url(../images/search.svg) no-repeat;
    background-size: .8rem;
    background-position: center;
    background-color: #fc4c7b;
    color: #fff;
    border: 0;
    border-radius: 0 2px 2px 0;
    -webkit-appearance: none;
    outline: none
}

.mybbs {
    float: left;
    width: 95%;
    padding: .6rem 2.5%;
    background-color: #fffbbb;
    font-weight: bold;
    text-align: center;
    font-size: .75rem;
    line-height: 1.1rem;
    color: #ffffff;
    border-bottom: 1px solid #efefef;
    background: linear-gradient(80deg,rgb(252 76 123),rgb(251 189 159));
    overflow: hidden
}

.myrst {
    float: left;
    width: 95%;
    padding: .6rem 2.5%;
    background-color: #fff;
    font-size: .7rem;
    line-height: 1.1rem;
    color: #f10606;
    border-bottom: 1px solid #efefef;
    overflow: hidden
}

.myvod {
    float: left;
    width: 95%;
    padding: 0.6rem 2.5% 0;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.myvod ul {
    float: left;
    width: 100%
}

.myvod ul li {
    float: left;
    width: 48.7%;
    margin-right: 2.6%
}

.myvod ul li:nth-child(2n) {
    margin-right: 0
}

.uzimg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #efefef;
    border-radius: 2px;
    overflow: hidden
}

.uzimg img {
    width: 100%;
    height: 170px;
    height: auto;
    object-fit: cover;
}

@media(max-width:767px) {
    .uzimg img {
        width: 100%;
        height: 110px;
        object-fit: cover;
    }
}

.uzimg span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .55rem;
    line-height: .75rem;
    color: #eee;
    background: rgba(0, 0, 0, .0);
    border-top-left-radius: 2px;
    overflow: hidden
}

.myvod h4 {
    font-size: .65rem;
    font-weight: normal;
    width: 100%;
    height: 1.35rem;
    line-height: 1.35rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.myvod h4 a {
    color: #333
}

.myhot {
    float: left;
    width: 95%;
    padding: 5px 2.5%;
    background-color: #fff;
    border-top: 1px solid #efefef
}

.myhot p {
    float: left;
    width: 100%;
    padding: .6rem 0 .4rem;
    font-size: .7rem;
    line-height: 1.1rem;
    color: #f10606;
}

.myhot a {
    float: left;
    margin-right: 2.5%;
    margin-bottom: .5rem;
    padding: 0 .5rem;
    line-height: 1.5rem;
    font-size: .65rem;
    color: #777;
    border: 1px solid #ececec;
    border-radius: .5rem
}

.mypage {
    float: left;
    background-color: #fff;
    height: 1.7rem;
    width: 95%;
    padding: .6rem 2.5% .7rem;
    border-top: 1px solid #efefef
}

.mypage em,
.mypage a {
    display: block;
    height: 1.7rem;
    line-height: 1.6rem;
    border-radius: 2px;
    font-size: .7rem;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #fc4c7b;
    color: #fc4c7b;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 23.2%;
    float: left;
    margin-left: 2.4%;
}

.mypage em:nth-child(1) {
    margin-left: 0
}

.mypage a:nth-child(1) {
    margin-left: 0
}

.mypage em {
    border: 1px solid #e0e0e0;
    color: #e0e0e0
}

.mycate {
    float: left;
    background-color: #fff;
    width: 95%;
    padding: .6rem 2.5% .7rem;
    border-top: 1px solid #efefef
}

.mycate a {
    display: block;
    height: 1.7rem;
    line-height: 1.6rem;
    border-radius: 2px;
    font-size: .7rem;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #fc4c7b;
    color: #fc4c7b;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: calc(25% - 10px);
    float: left;
    margin: 0 10px 10px 0;
    margin-bottom: 10px
}

.myplayer {
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
    z-index: 999
}

.myplayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.mymenu {
    float: left;
    width: 95%;
    padding: .3rem 2.5%;
    height: 1.6rem;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mymenu a {
    float: left;
    width: 23.125%;
    height: 1.6rem;
    line-height: 1.6rem;
    display: block;
    font-size: .7rem;
    text-align: center;
    color: #fff;
    background-color: #fc4c7b;
    border-radius: 2px
}

.myant {
    float: left;
    width: 95%;
    padding: .6rem 2.5% 2.8rem;
    background-color: #fff;
    border-top: 1px solid #efefef
}

.myant a {
    float: left;
    width: 48.2%;
    padding-left: 0.5%;
    margin-bottom: .3rem;
    margin-right: 2.6%;
    height: 1.6rem;
    line-height: 1.6rem;
    display: block;
    background-color: #efefef;
    border-radius: 2px;
    font-size: .65rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.myant a:nth-child(2n) {
    margin-right: 0
}

.myant .on {
    color: #fc4c7b
}

.myft {
    float: left;
    width: 95%;
    padding: 5px 2.5%;
    background-color: #999eb9;
    border-top: 1px solid #ececec;
}

.myft p {
    text-align: center;
    font-size: .5rem;
    color: #fff
}

.art-content img {
    width: 98%!important;
}

.mytitle {
    background-color: #fff;
    margin-top: 0px;
    color: #000;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    padding: 5px 2.5%;
    width: 95%;
    float: left;
    font-weight: bold;
    border-bottom: 1px solid #f6f6f6;
}
.mytitle1 {
    background-color: #ffffff;
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 5px 2.5%;
    width: 95%;
    float: left;
}
.vodtitle {
    font-size: 12px;
    color: #999;
    line-height: 14px;
    height: 14px;
    width: 100%;
    margin-bottom: 5px;
}


	.tp_advertising{
		width: 100%;
		display: flex;
		justify-content: space-around;
		background: #ffffff;
		position: relative;
		box-shadow: 0 0 0px rgba(0,0,0,.2);
      border:0px solid black;
	}
	.tp_advertising p{
		color: #fff;
		font-size: 13px;
		line-height: 22px;
		background: #6F8EC5;
		position: absolute;
		bottom: 3;
		right: 3;
		margin: 3;
		padding: 3 8px;
	    border-top-left-radius: 10px;
	    opacity: .3;
	}
	.tp_advertising div{
		width: 30%;
		position: relative;
		z-index: 1;
	}
	.tp_advertising a{
		font-size: 15px;
		line-height: 40px;
		text-align: center;
		display: block;
		text-decoration: none;
		white-space:nowrap;
      border:0.1px solid #f5f5f5;
	}
	.tp_advertising a:hover{
		font-weight: bold;
		font-size: 14px;
		text-shadow: 0px 0px 1px rgba(0,0,0,.5);
	}
	.tp_1 a{
		color: #FF0033;
	}
	.tp_2 a{
		color: #9400D3;
	}
	.tp_3 a{
		color: #00BFFF;
	}
	.tp_4 a{
		color: #FF1493;
	}
	
	@media screen and (max-width:768px) {
   .m1938-container {
	width: 100%;
	margin: 0 auto;
} 
  }
@media screen and (min-width:769px) { 
   .m1938-container {
	width: 100%;
	margin: 0 auto;
	/* min-height: 500px; */
}    }






.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}



.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    background: #fff;
    flex-direction: row
}



.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    flex-direction: column!important
}






.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}



.justify-around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}


.m-1 {
    margin: 5px
}


.p-1 {
    padding: 5px
}



.pl-2 {
    padding-left: 10px;
    /*! width: 48%; */
    width: 100%;
}



/* app ad */


.white{
    color: #fff;
}
.app-background {
    background-color: #fff
}


.app-title {
    width: 100%;
    height: 44px
}

.app-item {
    border: 1px solid #fc4c7b!important;
    border-radius: 8px
}

.app-img {
    width: 60px;
    height: 60px
}

.app-name {
    color: #000;
    font-size: 12px;
    font-weight: 700
}

.app-desc {
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.app-down {
    font-size: 12px;
    color: #333
}

.app-button {
    border: 1px solid #f96868;
    background-color: #f96868;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: -10px
}

.app-button-text {
    color: #fff
}



@media screen and (min-width:769px) {
    .flex.flex-row.p-1.m-1.app-item {
        width: 46.6%;
    }
}

@media screen and (max-width:768px) {
    .flex.flex-row.p-1.m-1.app-item {
        width: 100%;
    }
}
.frvod{
    padding-right: 5px;
    color: #000;
    float: right;
    font-size: 14px;
    font-weight: normal;
}
