@charset "utf-8";

body,
ul,
li,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  color: #393939;
  font-family: "\5FAE\8F6F\96C5\9ED1DE", "微软雅黑", "SimSun", "宋体";
  font-size: 14px;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #393939;
}

img {
  border: none;
  max-width: 100%;
}

input {
  outline: none;
}

.layui-flow-more {
  clear: both;
}

.layui-form-item {
  line-height: 38px;
}

.layui-card-header a {
  float: right;
}

.card_bg {
  background-color: #f2f2f2;
  padding: 5px;
}

.brnone td {
  border-style: none;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.input {
  border: 1px solid #c9c9c9;
  height: 36px;
  line-height: 36px;
  outline: none;
  text-indent: 15px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #ababab;
}

.bg_white {
  background-color: #fff;
}

.pd_box {
  padding: 15px 2%;
}

.none {
  display: none;
}

.textpd {
  padding: 9px 15px;
}

.hui12 {
  font-size: 12px;
  color: #dcdcdc;
}

.pd0 {
  padding: 0px;
}

.red {
  color: red;
}

.wd100 {
  width: 100%;
}

.border_orange {
  border: 1px solid orange;
}

.orders_more_btn_box {
  text-align: center;
}

.orders_more_btn_box .layui-btn {
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.layui-table .hui12 {
  font-size: 12px;
}

.layui-table .text {
  font-size: 12px;
  color: #999;
}

.layui-form-label {
  padding: 9px 5px;
}

.layui-input-block {
  margin-left: 100px;
}

.logo {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-items: center;
  background:#fff;
  padding: 10px 0;
  font-weight: bolder;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  /* border: 1px solid green; */
  /* position: fixed; */
}

.logo form {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 40%;
  max-width: 210px;
}

.logo #search_word {
  height: 5%;
  width: 100%;
  font-size: 12px;
  padding: 5px;
  color: #000000;
  font-family: "微软雅黑";
  border: none;
  background-color: #eeeeee;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 0.5em;
  text-indent: 1.5em;
  background-size: 1em;
  border-radius: 15px;
}

.logo a img {
  width: 80%;
  display: flex;
  justify-content: center;

  border-radius: 50%;
}

.logo a {
  display: flex;
  justify-content: center;
}

.wap_box {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 115px;
  min-height: 100%;
  background-color: #f3f3f3;
  border-bottom: 5px solid #f3f3f3;
}

.nav {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  margin-top: 5px;
  font-weight: bold;
}

.nav span {
  width: 25%;
  float: left;
  
}

.index_menu {
  background-color: #fff;
  margin-top: 5px;
}

.index_menu li {
  width: 48%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0px;
  margin: 1% 1%;
}

.index_menu li img {
  width:100%;
}

.index_menu li h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 0.5em;
}

.index_menu a {
  color:#646363;
}

.index_menu .bg01 {
  background-color: #3ea3e7;
}

.index_menu .bg02 {
  background-color: #6faf27;
}

.index_menu .bg03 {
  background-color: #ff7e00;
}

.index_menu .bg04 {
  background-color: #39c3d0;
}

.index_menu .bg05 {
  background-color: #9890fd;
}

.index_menu .bg06 {
  background-color: #2ed192;
}

.index_menu .bg07 {
  background-color: #d12d69;
}

.index_menu .bg08 {
  background-color: #d1bc2f;
}

.wap_box_bg {
  min-height: 460px;
  margin-top: 1px;
}

.wap_box_left {
  float: left;
  width: 15%;
}

.wap_box_left ul {
  background-color: #f2f2f2;
}

.wap_box_left ul li {
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.wap_box_left ul li a {
  color: #323232;
  display: block;
  border-right: 1px solid #e5e5e5;
}

.wap_box_left ul li a.select {
  background-color: #fff;
  color: #69bf25;
  border-right-color: #fff;
}

.wap_box_left ul li i {
  color: #69bf25;
  position: absolute;
  right: 5%;
  font-size: 12px;
}

.wap_box_right {
  float: right;
  width: 83%;
  max-width: 630px;
  overflow: hidden;
  background-color: #fff;
  padding-left: 2%;
  min-height: 560px;
}

.wap_box_right_title {
  width: 100%;
  background-color: #f3f3f3;
  line-height: 40px;
  height: 40px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.wap_box_right_title h2 {
  text-indent: 1em;
  display: inline-block;
  font-size: 14px;
}

.list_type_right {
  float: right;
  padding-right: 3%;
}

.list_type_right span {
  display: inline-block;
  min-width: 50px;
  font-size: 12px;
}

.list_type_right span.selected {
  color: red;
}

.list_type_link {
  position: absolute;
  width: 96%;
  padding: 10px 2%;
  top: 40px;
  left: 0px;
  right: 0px;
  font-size: 12px;
  line-height: 1.8em;
  background-color: #fff;
  z-index: 999;
}

.list_type_link a {
  display: inline-block;
  margin: 0px 5px 5px 0px;
  padding: 2px 9px;
  background-color: #5fb878;
  color: #fff;
}

.list_type_link a.select {
  background-color: #393d49;
}

.return {
  float: right;
}

/*首页特惠*/
.index_box {
  background-color: #fff;
}

.index_title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 3em;
  text-indent: 1.5em;
  margin-top: 5%;
}

.index_tehui_box {
  padding: 10px 0px;
}

.index_tehui_box li {
  padding: 10px;
}

.index_tehui_box li:nth-child(even) {
  background-color: #f1f1f1;
}

.index_tehui_img {
  width: 20%;
  text-align: center;
}

.index_tehui_info {
  width: 62%;
  padding-left: 3%;
}

.index_tehui_info .index_pyy_name {
  font-size: 16px;
}

.index_tehui_info .index_tehui_name {
  padding-top: 3px;
}

.index_tehui_info .green_name {
  color: #5fb878;
}

.index_tehui_info .jiaobiao {
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background-color: #ffb800;
  padding: 1px 3px;
  border-radius: 3px;
  margin-left: 4px;
}

.index_tehui_info p {
  color: #999;
  padding: 5px 0px;
}

.index_tehui_info p b {
  color: #ff5722;
}

.index_tehui_info a {
  color: #fff;
  display: inline-block;
  min-width: 3em;
  text-align: center;
  line-height: 2em;
  font-size: 12px;
}

.index_tehui_info audio {
  max-width: 100%;
}

.index_tehui_img {
  height: 100%;
}

.index_tehui_img img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.index_tehui_btn {
  width: 15%;
  text-align: center;
}

.index_tehui_btn a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}

.index_tehui_btn .yy_btn2 {
  background-color: #ffb800;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.index_tehui_header {
  margin-bottom: 5px;
  overflow: hidden;
  display: flex;
}

/*首页推荐配音员*/

.index_pyy_ul li {
  padding: 10px;
}

.index_pyy_ul li:nth-child(even) {
  background-color: #f1f1f1;
}

.index_pyy_ul .left_img {
  float: left;
  width: 20%;
  text-align: center;
}

.index_pyy_ul .left_img img {
  width: 80%;
  max-width: 5em;
  max-height: 5em;
  border-radius: 50%;
}

.index_pyy_ul .right_info {
  float: right;
  width: 80%;
}

.index_pyy_ul .index_pyy_name {
  font-size: 14px;
  line-height: 2em;
}

.index_pyy_ul .index_pyy_tedian {
  padding-bottom: 5px;
}

.index_pyy_ul .index_pyy_py {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*配音员列表*/
.teacher_list audio {
  width: 100%;
}

.teacher_list li {
  border-bottom: 1px dotted #cccccc;
  margin: 5px 0px;
  padding: 5px 0px;
  overflow: hidden;
  display: flex;
}

.teacher_list li:last-child {
  border-bottom: none;
}

.teacher_list b {
  color: #ff5722;
}

.teacher_list li .touxiang {
  text-align: center;
  float: left;
  width: 20%;
}

.teacher_list li .touxiang img {
  width: 96%;
}

.teacher_list li .cont {
  width: 62%;
  padding-left: 2%;
}

.teacher_list li strong {
  font-size: 14px;
  padding: 3px 0px;
  display: block;
}

.teacher_list li p {
  color: #999;
}

.teacher_list li .pyy_list_btn {
  width: 16%;
  text-align: center;
}

.teacher_list li .pyy_list_btn a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  background-color: #ffb800;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

/*配音员详情*/
.pyy_info_box {
  padding: 5px 2%;
  background-color: #fff;
}

.pyy_info_left {
  float: left;
  width: 25%;
  text-align: center;
}

.pyy_info_left img {
  width: 96%;
}

.pyy_info_right {
  float: right;
  width: 74%;
}

.pyy_info_right audio {
  width: 100%;
}

.pyy_info_right > strong {
  font-size: 16px;
  padding-right: 5px;
}

.pyy_info_right > span {
  font-size: 12px;
  color: #767676;
}

.pyy_info_right .links_items {
  margin: 5px 0px;
}

.pyy_info_right .links_items a {
  max-width: 70px;
  font-size: 12px;
  width: 30%;
  border: 1px solid #a79e8d;
  display: inline-block;
  text-align: center;
  line-height: 2em;
}

.pyy_info_box .content {
  font-size: 12px;
  clear: both;
  margin-top: 10px;
}

.pyy_info_box .content li {
  border-top: 1px dashed #dcdcdc;
  padding: 5px;
  line-height: 1.5em;
}

.bt_bg {
  border-top: 20px solid #f2f2f2;
}

.pyy_py_list li {
  border-bottom: 1px dotted #cccccc;
  padding: 5px;
  line-height: 2em;
}

.pyy_py_list li a {
  text-indent: 0.5em;
  display: block;
}

.pyy_py_list li audio {
  display: block;
  width: 100%;
}

.pyy_info_price {
  display: flex;
  clear: both;
  padding-top: 5px;
}

.pyy_info_price li {
  width: 50%;
  color: #999;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}

.pyy_info_price li b {
  color: #ff5722;
}

/*配音列表*/
.peiyin_list li {
  border-bottom: 1px dotted #cccccc;
  padding: 5px;
  line-height: 2em;
}

.peiyin_list li .cont {
  overflow: hidden;
}

.peiyin_list li .cont .right {
  margin: 0px;
  display: inline-block;
  border: 1px solid #a79e8d;
  padding: 0px 5px;
  font-size: 12px;
}

/*配音详细*/
.content {
  background-color: #fff;
}

.content h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5%;
  line-height: 1.5em;
  padding-top: 20px;
  color: #292929;
}

.content .datetime {
  font-size: 12px;
  padding: 0px 5%;
  text-align: center;
}

.content .datetime span {
  display: inline-block;
  padding-right: 10px;
  color: #7b7b7b;
}

.content .audio {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 5%;
  margin: 10px 5px 0px;
}

.content .link {
  text-align: center;
  margin-top: 10px;
}

.content .link a {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  line-height: 3em;
  width: 40%;
}

.content .link a:first-child {
  background-color: #f7b824;
}

.content .link a:last-child {
  background-color: #2f4056;
  margin-left: 10%;
}

.content .text {
  margin: 20px 5%;
  line-height: 2em;
  color: #555555;
  padding-top: 10px;
}

.content .text img {
  max-width: 100%;
}

/*新闻列表*/
.news_list {
  padding: 5px 1%;
}

.news_list li {
  border-bottom: 1px dashed #ccc;
  line-height: 1.5em;
  padding: 0.5em 0px 0.5em 15px;
  background-image: url(../images/ico_li.png);
  background-repeat: no-repeat;
  background-position: left 1em;
  width: 100%;
  overflow: hidden;
}

.news_list li a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*图片列表*/
.movie_list {
  margin-top: 10px;
}

.movie_list li {
  float: left;
  width: 50%;
  font-size: 12px;
  text-align: center;
  height: 102px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.movie_list li img {
  width: 90%;
  height: 102px;
}

.movie_list li p {
  padding: 5px 0px;
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  background-color: #fff;
  opacity: 0.7;
  filter: Alpha(opacity=70);
  line-height: 1.2em;
}

/*新闻详细*/
.brt {
  border-top: 1px solid #f2f2f2;
  margin-top: 15px;
}

.index_news_box {
  background-color: #fff;
  margin-top: 15px;
  padding: 20px 2%;
}

.index_news_title {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  line-height: 2em;
  background-image: url(../images/wap_index_22.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 1.5em;
}

.index_news_title a {
  float: right;
}

.index_news_box ul {
  padding: 5px 10px;
}

.index_news_box ul li {
  border-bottom: 1px dotted #eee;
  line-height: 1.5em;
  padding: 0.5em 0px 0.5em 15px;
  background-image: url(../images/ico_li.png);
  background-repeat: no-repeat;
  background-position: left 1em;
  width: 100%;
  overflow: hidden;
}

.bottom_nav_box {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  text-align: center;
}

.bottom_nav {
  width: 100%;
  max-width: 720px;
  padding: 1em 0px;
  margin: 0 auto;
 
  overflow: hidden;
}

.bottom_nav img {
  width: 30%;
}

.bottom_nav a {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  float: left;
  color: #fff;
  border-right: 1px dotted #fff;
}

.bottom_nav a:last-of-type {
  border-right: none;
}

/*登录*/
.menu_title {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  line-height: 2em;
  background-image: url(../images/wap_index_22.jpg);
  background-repeat: no-repeat;
  background-position: 7% center;
  background-color: #f2f2f2;
  padding: 5px 0px 5px 10%;
  margin: 2px 0px;
}

.menu_title a {
  float: right;
  margin-right: 1em;
  font-size: 14px;
}

.user_login_items {
  margin: 20px 0px 10px;
}

.user_login_items a {
  width: 49%;
  text-align: center;
  line-height: 2em;
  display: inline-block;
  box-sizing: border-box;
}

/*会员中心*/
.user_menu {
  background-color: #fff;
  padding: 5px 0px 50px;
  border-bottom: 1px solid #f2f2f2;
}

.user_menu li {
  border-top: 1px solid #f2f2f2;
  text-align: center;
}

.user_menu li a {
  line-height: 50px;
  display: block;
  font-size: 16px;
}

.user_menu li a:hover {
  background-color: #5fb878;
  color: #fff;
}

.user_menu li .orange {
  background-color: #f7b824;
  color: #fff;
}

.user_list {
  background-color: #fff;
  padding: 5px 0px;
  border-bottom: 1px solid #f2f2f2;
}

.user_list li {
  border-top: 1px solid #f2f2f2;
}

.user_list li a {
  line-height: 40px;
  display: block;
  text-indent: 1em;
}

.user_list li a:hover {
  background-color: #5fb878;
  color: #fff;
}

.user_list .red {
  color: red;
}

.user_list .hui {
  color: #999;
  font-size: 12px;
}

.user_list .r {
  float: right;
  display: inline-block;
  line-height: 40px;
}

.user_list .r a,
.user_list .r span {
  padding-right: 1em;
}

.user_list .r:hover a {
  background-color: #ff5722;
  color: #fff;
}

.li_list {
  background-color: #fff;
  padding: 5px 0px;
  border-bottom: 1px solid #f2f2f2;
}

.li_list li {
  border-top: 1px solid #f2f2f2;
}

.li_list li a {
  line-height: 40px;
  text-indent: 1em;
  display: block;
  padding-right: 1em;
}

.li_list li a:hover {
  background-color: #5fb878;
  color: #fff;
}

.li_list .red {
  color: red;
}

.li_list .r {
  float: right;
  display: inline-block;
}

.li_list .r:hover {
  background-color: #ff5722;
  color: #fff;
}

.p_list {
  background-color: #fff;
  padding: 5px 0px;
  border-bottom: 1px solid #f2f2f2;
}

.p_list li {
  border-top: 1px solid #f2f2f2;
}

.p_list li a {
  padding: 10px 5px;
  text-indent: 1em;
  display: block;
}

.p_list li a:hover {
  background-color: #5fb878;
  color: #fff;
}

.user_from {
  padding: 0px 2% 50px;
  background-color: #fff;
}

.order_box {
  padding: 5px 5%;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  overflow: hidden;
}

.user_from .more {
  float: right;
}

#jsq_userimg_box {
  text-align: center;
  padding-bottom: 10px;
}

#jsq_userimg_box img {
  max-width: 140px;
}

.audio_w audio,
.audio_w {
  width: 100%;
}

.lineh38 {
  line-height: 38px;
}

/*订单详情*/
.ucenter_header {
  line-height: 40px;
}

/*焦点图*/
.swipe {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.swipe ul {
  overflow: hidden;
}

.swipe li div,
.swipe div div div {
  padding: 50px 10px;
  background: #1db1ff;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.swipe li img {
  width: 100%;
}

.swipe li {
  margin: 0px;
}

#slider4 {
  line-height: 0;
  text-align: center;
}

#slider4 ul {
  -webkit-transition: left 800ms ease-in 0;
  -moz-transition: left 800ms ease-in 0;
  -o-transition: left 800ms ease-in 0;
  -ms-transition: left 800ms ease-in 0;
  transition: left 800ms ease-in 0;
}

#pagenavi {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}

#pagenavi a {
  width: 20px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  margin-right: 4px;
}

#pagenavi a.active {
  background-color: #333;
}

/*内容页*/
.news_content_header h1 {
  font-size: 20px;
  color: #444;
  text-align: center;
}

.news_content_text {
  padding: 25px 5px;
  font-size: 16px;
  line-height: 1.8em;
  text-indent: 2em;
}

.news_content_text img,
.news_content_text embed,
.news_content_text object {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*分页*/
.page {
  text-align: center;
  height: 32px;
  line-height: 32px;
  margin: 20px 0px;
  font-size: 12px;
  clear: both;
}

.page span,
.page a {
  padding: 6px 12px;
  line-height: 1.3em;
  text-decoration: none;
  color: #69bf25;
  background-color: #fff;
  border: 1px solid #eee;
  margin-left: -1px;
}

.page a:hover {
  color: #fff;
  background-color: #69bf25;
  border-color: #ddd;
}

.page .current {
  z-index: 2;
  color: #fff;
  background-color: #69bf25;
  border-color: #69bf25;
  cursor: default;
}

.page .prev {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.page .next {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.page .first {
  border-radius: 5px;
  margin-right: 5px;
}

.page .end {
  border-radius: 5px;
  margin-left: 5px;
}

/*播放器*/
.audiojs {
  width: 100%;
  height: 30px;
  background: #009688;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audiojs .play-pause {
  width: 25px;
  height: 22px;
  padding: 4px 6px;
  margin: 0px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #017d71;
}

.audiojs p {
  display: none;
  width: 25px;
  height: 22px;
  margin: 0px;
  cursor: pointer;
}

.audiojs .play {
  display: block;
  background-position: -3px -3px;
}

.audiojs .scrubber {
  position: relative;
  float: left;
  width: 60%;
  min-width: 100px;
  background: #2caea2;
  height: 14px;
  margin: 8px 10px;
  border-top: 0px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}

.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #ccc;
  z-index: 1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ccc),
    color-stop(0.5, #ddd),
    color-stop(0.51, #ccc),
    color-stop(1, #ccc)
  );
  background-image: -moz-linear-gradient(
    center top,
    #ccc 0%,
    #ddd 50%,
    #ccc 51%,
    #ccc 100%
  );
}

.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #2caea2;
}

.audiojs .time {
  float: right;
  height: 30px;
  line-height: 30px;
  margin: 0px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  border-left: 1px solid #017d71;
  color: #ddd;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal;
}

.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
}

.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 30px;
  width: 400px;
  overflow: hidden;
  line-height: 30px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}

.playing .play,
.playing .loading,
.playing .error {
  display: none;
}

.playing .pause {
  display: block;
}

.loading .play,
.loading .pause,
.loading .error {
  display: none;
}

.loading .loading {
  display: block;
}

.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none;
}

.error .error {
  display: block;
}

.error .play-pause p {
  cursor: auto;
}

.error .error-message {
  display: block;
}

.copyright img {
  display: none;
}

.copyright {
  text-align: center;
  padding: 1em;
  color: #999;
  box-sizing: border-box;
}

.copyright a {
  display: inline-block;
  padding: 0px 1em;
}

.copyright_1 {
  padding: 0px 0px 10px;
}

.copyright_2 a {
  color: #999;
}

.copyright_2 {
  color: #999;
  margin-bottom: 10%;
}

/*播放器颜色*/
.audio_red .audiojs {
  background: #1e9fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f46b7b),
    color-stop(0.5, #d83548)
  );
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audio_red .audiojs .play-pause {
  border-right: 1px solid #fab6be;
}

.audio_red .audiojs .time {
  border-left: 1px solid #fab6be;
}

.audio_red .audiojs .scrubber {
  background: #f4a3ac;
}

.audio_red .audiojs .loaded {
  background: #f4a3ac;
}

.audio_blue .audiojs {
  background: #1e9fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #1e9fff),
    color-stop(0.5, #1981cf)
  );
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audio_blue .audiojs .play-pause {
  border-right: 1px solid #7ec3f7;
}

.audio_blue .audiojs .time {
  border-left: 1px solid #7ec3f7;
}

.audio_blue .audiojs .scrubber {
  background: #61b0ea;
}

.audio_blue .audiojs .loaded {
  background: #61b0ea;
}

/*配音员修改头像*/
.pyy_img_box {
  width: 214px;
  margin: 0 auto;
  text-align: center;
}

.pyy_img_box img {
  width: 214px;
  height: 214px;
  margin-bottom: 10px;
}

.news_content_top_line {
  line-height: 36px;
  border-bottom: 1px dashed #e3e3e3;
  padding: 15px 0px;
  margin-bottom: 15px;
  text-align: center;
}

.a_btn_large {
  font-size: 24px;
  display: inline-block;
  line-height: 2em;
  text-align: center;
  width: 40%;
  border-radius: 5px;
}

.color_yellow {
  color: #eb402f;
  background-color: #ffe500;
}

.color_hui {
  color: #fff;
  background-color: #2f4056;
}

.mr30 {
  margin-right: 30px;
}

/*新订单*/
.top_bg {
  background-color: #efefef;
  height: 45px;
  line-height: 45px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.order_top_bg {
  background-color: #e3081f;
  height: 45px;
  line-height: 45px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
}

.order_top_bg a {
  color: #fff;
}

.top_bg .l,
.order_top_bg .l {
  float: left;
  width: 64px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.top_bg .r,
.order_top_bg .r {
  float: right;
  width: 64px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.top_bg .c,
.order_top_bg .c {
  text-align: center;
  font-size: 18px;
}

.top_bg a,
.order_top_bg a {
  display: block;
}

.top_bg i,
.order_top_bg i {
  font-size: 18px;
}

.top_bg .c input {
  border: none;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  padding: 5px 15px;
  border-radius: 21px;
  width: 60%;
}

#order_pyy_select {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

#order_pyy_select li {
  width: 33.33%;
  float: left;
}

.order_pyy_ul {
  padding: 20px 5px;
  background-color: #fff;
}

.order_pyy_ul li {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
  font-size: 16px;
  overflow: hidden;
}

.order_pyy_ul .l {
  float: left;
  width: 30%;
}

.order_pyy_ul .l img {
  width: 100%;
  max-height: 100px;
}

.order_pyy_ul .r {
  float: right;
  width: 65%;
}

.order_pyy_ul .price {
  font-size: 12px;
  color: #999;
}

.order_pyy_ul b {
  color: #ff5722;
}

.order_pyy_ul .r .p1 {
  color: #666;
  line-height: 2em;
}

.order_pyy_ul .r .p1 span {
  float: right;
  color: #d00804;
}

.order_pyy_ul .r .p2 {
  padding: 10px 0px;
  color: #999999;
  line-height: 1.5em;
}

.order_pyy_ul .audio {
  padding-top: 5px;
}

.order_pyy_ul .audio audio {
  width: 80%;
  display: inline-block;
  height: 40px;
}

.order_pyy_ul .audio a {
  background-color: #ffb800;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: right;
}

.order_tishi_title {
  text-align: center;
  font-size: 24px;
  color: #cccccc;
  font-weight: 100;
  padding: 1em 0em;
}

@media screen and (max-width: 450px) {
  body {
    font-size: 12px;
  }

  .order_box {
    padding: 5px 1%;
  }

  .layui-form-item .layui-input-inline {
    margin-left: 95px;
  }

  .layui-form-item .layui-inline {
    display: inline-block;
  }

  .wap_box_left {
    width: 20%;
    font-size: 13px;
  }

  .wap_box_right {
    width: 78%;
  }

  .wap_box {
    margin-bottom: 20px;
  }

  .order_pyy_ul .r .p3 a,
  .layui-flow-more {
    font-size: 12px;
  }

  .a_btn_large {
    font-size: 16px;
  }

  .order_pyy_ul .r .p2 {
    padding: 5px 0px;
    font-size: 12px;
  }

  .order_tishi_title {
    font-size: 16px;
  }

  .top_bg .c,
  .order_top_bg .c {
    text-align: center;
    font-size: 20px;
  }
}

/*分页*/
.pagination {
  text-align: center;
  line-height: 30px;
  font-family: "SimSun", "宋体";
  margin: 25px 0px;
}

.pagination li {
  display: inline-block;
  margin: 0 1px;
}

.pagination a {
  display: block;
  text-align: center;
  border-radius: 15px;
  min-width: 30px;
  border: 1px dashed #39f;
  background-color: #f5f5f5;
  color: #39f;
}

.pagination a:hover {
  background-color: #39f;
  color: #fff;
}

.pagination .active {
  min-width: 30px;
  display: inline-block;
  text-align: center;
  background-color: #44b549;
  color: #eeeeee;
  border-radius: 15px;
  margin: 0 1px;
  border: 1px solid #44b549;
}

.pagination .disabled {
  color: #999;
}

.pagination_count {
  line-height: 32px;
}

/*配音员修改头像*/
.pyy_img_box {
  width: 214px;
  margin: 0 auto;
  text-align: center;
}

.pyy_img_box img {
  width: 214px;
  height: 214px;
  margin-bottom: 10px;
}

.yangyin_box {
  text-align: center;
  padding: 25px 0px;
}

.yangyin_box h3 {
  color: #666;
}

.yangyin_box h3 i {
  font-size: 30px;
  color: #ffb800;
  display: block;
  padding-bottom: 5px;
}

.yangyin_box img {
  max-width: 240px;
  max-height: 240px;
  margin: 0 auto;
}

.yangyin_box .media_model {
  width: 80px;
  cursor: pointer;
  margin: 0 auto;
}

.yangyin_up_box {
  margin: 0 auto;
  width: 300px;
  text-align: center;
  overflow: hidden;
}

.yangyin_up_box .layui-btn {
  margin-top: 10px;
}

.order_voice {
  margin: 20px auto 10px;
  width: 140px;
}

.order_voice a {
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #5fb878;
}

.order_voice i {
  font-size: 40px;
  vertical-align: middle;
}
