﻿@charset "utf-8";
html{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	color: #666;
}
@font-face
{
	font-family: GGG;
	src: url('微软vista正黑体.ttf');
}
#title {
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	text-shadow:1px 1px 1px#b35422;
	height: 35px;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff4961), color-stop(50%,#fe8945), color-stop(100%,#629530));
    background-image: -webkit-linear-gradient(left, #ff4961 0%,#fe8945 50%,#629530 100%);
    background-image: -o-linear-gradient(left, #ff4961 0%,#fe8945 50%,#629530 100%);
    background-image: -ms-linear-gradient(left, #ff4961 0%,#fe8945 50%,#629530 100%);
    background-image: linear-gradient(to right, #ff4961 0%,#fe8945 50%,#629530 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4961', endColorstr='#629530',GradientType=1 );
}
.search {
        float: right;
        height: 35px;
        width: 35px;
        display: block;
        background-color: #658f16;
}

.back {
	float: left;
	height: 33px;
	width: 33px;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
}
#songlist #tab{
	width: 100%;
	text-align: center;
	height: 35px;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
#songlist #tab p {
	width: 33%;
	float: left;
	cursor: pointer;
	color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	height: 27px;
	padding-top: 8px;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
#songlist #tab .yallow {
	//background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab .orange {
	//background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab .red {
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab .magenta {
	//background-image: url(../images/tab_bg.png);
	display: block;

}
#songlist #tab p.on{
	color: #ff5a49;
	background-image: url(../images/tab_bg_on.png);
	background-repeat: repeat-x;
}
#songlist #tab p.on1{ background:#000; color:#FFFFFF;}

#songlist #tab_promote{
	width: 100%;
	text-align: center;
	height: 35px;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
#songlist #tab_promote p {
	width: 33%;
	float: left;
	cursor: pointer;
	color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	height: 27px;
	padding-top: 8px;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
#songlist #tab_promote .yallow {
	//background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab_promote .orange {
	//background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}

#songlist #tab_promote_2{
	width: 100%;
	text-align: center;
	height: 35px;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
#songlist #tab_promote_2 p {
	width: 33%;
	float: left;
	cursor: pointer;
	color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	height: 27px;
	padding-top: 8px;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
#songlist #tab_promote_2 .yallow {
	//background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab_promote_2 .orange {
	//background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}

#songlist #tab .red {
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab_promote .magenta {
	//background-image: url(../images/tab_bg.png);
	display: block;

}
#songlist #tab_promote p.on{
	color: #ff5a49;
	background-image: url(../images/tab_bg_on.png);
	background-repeat: repeat-x;
}
#songlist #tab_promote p.on1{ background:#000; color:#FFFFFF;}

#songlist #tab_promote_2 .magenta {
	//background-image: url(../images/tab_bg.png);
	display: block;

}
#songlist #tab_promote_2 p.on{
	color: #ff5a49;
	background-image: url(../images/tab_bg_on.png);
	background-repeat: repeat-x;
}
#songlist #tab_promote_2 p.on1{ background:#000; color:#FFFFFF;}

#songlist ul li {
	clear: both;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 100%;
}
#songlist ul{
	width:100%;
}
#songlist li{
	display:none;
	height: auto;
}

#songlist #tab01{
	width: 100%;
	text-align: center;
	height: 35px;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
#songlist #tab01 p {
	width: 24%;
	float: left;
	cursor: pointer;
	color: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	height: 27px;
	padding-top: 8px;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
#songlist #tab01 .yallow {
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab01 .orange {
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab01 .red {
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab01 .magenta {
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: block;
}
#songlist #tab01 .blue {
	background-image: url(../images/tab_bg.png);
	display: block;

}
#songlist #tab01 p.on{
	color: #ff5a49;
	background-image: url(../images/tab_bg_on.png);
	background-repeat: repeat-x;
}
#songlist #tab01 p.on1{ background:#000; color:#FFFFFF;}

#songlist ul li {
	clear: both;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 100%;
}
#songlist ul{
	width:100%;
}
#songlist li{
	display:none;
	height: auto;
}



#menu {
	background-color: #3f3f3f;
	height: 70px;
	position: fixed;
	width: 100%;
	bottom: 0;
}
#menu ul {
	float: left;
	width: 100%;
	height: 72px;
	text-align: center;
}
#menu ul li {
	float: left;
	text-align: center;
	width: 20%;
	display: block;
	background-color: #3f3f3f;

}
#menu ul li:hover > div{
	display: block;
}
#menu ul li a{
	display: block;
}
#menu ul li a:hover{
	float: left;
	text-align: center;
	width: 100%;
	display: block;
	background-image: -webkit-gradient(linear, dottom top, top top, color-stop(0%,#ff4862), color-stop(100%,#fe8945));
    background-image: -webkit-linear-gradient(dottom, #ff4862 0%,#efe8945 100%);
    background-image: -o-linear-gradient(dottom, #ff4862 0%,#fe8945 100%);
    background-image: -ms-linear-gradient(dottom, #ff4862 0%,#fe8945 100%);
    background-image: linear-gradient(to top, #ff4862 0%,#fe8945 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4862', endColorstr='#fe8945',GradientType=1 );
}
#apDiv1 {
	position: absolute;
	z-index: 999;
	height: 60px;
	top: -60px;
	text-align: left;
	width: 100%;
	
	left: 0;
}
#apDiv2 {
	position: absolute;
	z-index: 999;
	height: 60px;
	top: -60px;
	text-align: left;
	width: 100%;
	
	left: 0;
}
#category {
	height: 60px;
	width: 100%;
	text-align: center;
	background-image: url(../images/menu_list_bg01.png);
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
  overflow-x: scroll;
	overflow-y: hidden;
}
#category ul {
	height: 60px;
	width: 404px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#category ul li {
	text-align: center;
	float: left;
	height: 50px;
	width: 100px;
	font-size: 16px;
	line-height: 50px;
	color: #FFF;
	background-color: #ff5a49;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#category ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
#category01 {
	height: 60px;
	width: 100%;
	text-align: center;
	background-image: url(../images/menu_list_bg02.png);
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
  overflow-x: scroll;
	overflow-y: hidden;
}
#category01 ul {
	height: 60px;
	width: 1212px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#category01 ul li {
	text-align: center;
	float: left;
	height: 50px;
	width: 100px;
	font-size: 16px;
	line-height: 50px;
	color: #FFF;
	background-color: #ff5a49;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#category01 ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.downlist {
	height: 78px;
	width: 100%;
}
.downlist p {
	float: left;
	height: 78px;
	width: 25%;
	color: #FFF;
	text-align: center;
}
.downlist01 {
	height: 78px;
	width: 100%;
}
.downlist01 p {
	float: left;
	height: 78px;
	width: 33.3%;
	color: #FFF;
	text-align: center;
}
.downlist03 {
	height: 78px;
	width: 100%;
}
.downlist03 p {
	float: left;
	height: 78px;
	width: 33.3%;
	color: #FFF;
	text-align: center;
}
.downlist02 {
	height: 78px;
	width: 100%;
}
.downlist02 p {
	float: left;
	height: 78px;
	width: 50%;
	color: #FFF;
	text-align: center;
}
.p_color {
	background-image: url(../images/downlist_bg01.png);
	background-repeat: repeat-x;
	display: block;
	height: 78px;
}
.p_color a{
	display: block;
	height: 78px;
}
.p_color a:hover{
	display: block;
	background-color: rgba(255, 255, 255, 0.2);
	height: 78px;
}
.p_color01 {
	background-image: url(../images/downlist_bg.png);
	background-repeat: repeat-x;
	display: block;
	height: 78px;
}
.p_color01 a{
	display: block;
	height: 78px;
}
.p_color01 a:hover{
	display: block;
	background-color: rgba(255, 255, 255, 0.2);
	height: 78px;
}
.all{
	height: 98px;
	width: 100%;
	background-color: #FFF;
}
.all01{
	height: 98px;
	width: 100%;
}
.all02{
	height: 132px;
	width: 100%;
	background-color: #FFF;
}
.all02 a{
	height: 132px;
	width: 100%;
	background-color: #FFF;
	display: block;
	color: #666;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	margin-bottom:-1px;
}
.all02 a:hover{
	background-color: #fefeee;
}
.all03{
	height: 98px;
	width: 100%;
}
.all03 a{
	height: 98px;
	width: 100%;
	background-color: #efefef;
	display: block;
	color: #666;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	margin-bottom:-1px;
}
.all03 a:hover{
	background-color: #fefeee;
}
.all04{
	height: 98px;
	width: 100%;
	background-color: #FFF;
}
.all04 a{
	height: 98px;
	width: 100%;
	background-color: #FFF;
	display: block;
	color: #666;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	margin-bottom:-1px;
}
.all04 a:hover{
	background-color: #fefeee;
}
.song_pic {
	height: 98px;
	width: 98px;
	float: left;
}
.song_pic01 {
	height: 132px;
	width: 135px;
	float: left;
        align: left;
}
.song_pic02 {
	height: auto;
	width: 100%;
	text-align: center;
}
.song_pic04 {
	height: 98px;
	width: 135px;
	float: left;
}
.default_pic {
	height: 98px;
	width: 98px;
	float: left;
}
.song_open {
	height: 98px;
	width: 30px;
	float: right;
}
.text_16 {
	font-size: 16px;
	line-height: 50px;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.text_16 {
	font-size: 16px;
	line-height: 50px;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.text_12 {
	font-size: 12px;
	line-height: 40px;
	color: #FFF;
}
.song_open img {
	margin-top: 34px;
	margin-bottom: 34px;
}

.song_chart {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        color: #ff5a49;
        float: left;
        margin-top: 38px;
        margin-right: 10px;
}

.song_name {
        height: 98px;
        width: 50%;
        line-height: 30px;
        float: left;
}

.song_name01 {
	height: 98px;
	width: 50%;
	line-height: 30px;
	float: left;
}
.left {
	width: 100%;
	clear: both;
}
.left01 {
	width: 90%;
	clear: both;
}
.song {
	font-size: 15px;
	line-height: 18px;
	margin-top: 30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.song01 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.song04 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.name {
	font-size: 12px;
	line-height: 14px;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.name01 {
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.song_pic img {
	margin: 12px;
	border: 1px solid #999;
	-webkit-border-radius:8px;
	border-radius:8px ;
	background-image: url(../images/song_pic.jpg);
	background-repeat: no-repeat;
}
.song_pic01 img {
	margin: 8px;
	border: 1px solid #999;
	-webkit-border-radius:8px;
	border-radius:8px ;
}
.song_pic02 img {
	margin: 8px;
	border: 1px solid #999;
	-webkit-border-radius:8px;
	border-radius:8px ;
}
.song_pic04 img {
	margin: 8px;
	border: 1px solid #999;
	-webkit-border-radius:8px;
	border-radius:8px ;
}
.default_pic img {
	margin: 12px;
	border: 1px solid #999;
	-webkit-border-radius:8px;
	border-radius:8px ;
	background-image: url(../images/default_pic.jpg);
	background-repeat: no-repeat;
}
#apDiv3 {
	z-index: 999;
	height: 72px;
	width: 72px;
	-webkit-border-radius:8px;
	border-radius:8px ;
}
#more a{
	background-image: url(../images/more_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	height: 40px;
	width: 100%;
}
.activites {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.activites img {
	height: auto;
	width: 100%;
}
.text_red_18 {
	font-size: 18px;
	color: #d30400;
}
.search_list {
	height: 36px;
	line-height: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	margin-bottom: -1px;
	background-color: #FFF;
	width: 100%;
	font-size: 16px;
	color: #555;
}
.search_list a{
	padding-left: 10px;
	display: block;
	color: #555;

}
.search_list a:hover{
	background-color: #fefeee;

}
.search_list01 {
	height: 36px;
	line-height: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	margin-bottom: -1px;
	width: 100%;
	font-size: 16px;
	color: #555;
}
.search_list01 a{
	padding-left: 10px;
	display: block;
	color: #555;

}
.search_list01 a:hover{
	background-color: #fefeee;

}
.search_list02 {
	height: 60px;
	line-height: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	margin-bottom: -1px;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	background-color: #ff5a49;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
}
.sevice_list img {
	float: right;
	line-height: 98px;
	padding-top: 40px;
}
.sevice_list {
	height: 98px;
	line-height: 98px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	margin-bottom: -1px;
	background-color: #FFF;
	width: 100%;
	font-size: 16px;
	color: #555;
}
.sevice_list a{
	padding-left: 10px;
	display: block;
	color: #555;

}
.sevice_list a:hover{
	background-color: #fefeee;

}
.sevice_list01 img {
	float: right;
	line-height: 98px;
	padding-top: 40px;
}
.sevice_list01 {
	height: 98px;
	line-height: 98px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	margin-bottom: -1px;
	width: 100%;
	font-size: 16px;
	color: #555;
		
}
.sevice_list01 a{
	padding-left: 10px;
	display: block;
	color: #555;

}
.sevice_list01 a:hover{
	background-color: #fefeee;

}
.disk_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.info {
	float: right;
	width: 90%;
}
.disk {
	height: 132px;
	width: 100%;
}
.disk_mag {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;

}
.text_16_gray {
	font-size: 16px;
	color: #555;
	font-weight: bold;
}
.text_16_gray_1 {
	font-size: 16px;
	color: #555;
	line-height: 30px;
}
.text_20_gray {
	font-size: 20px;
	color: #555;
	font-weight: bold;
	line-height: 50px;
}
.CollapsiblePanelContent div {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	background-color: #fff8b0;
	padding: 10px;
}
.text_pink_16_bold {
	font-size: 16px;
	font-weight: bold;
	color: #ff5a49;
	padding-left: 10px;
}
#search input[type="text"] {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	height: 30px;
	width: 80%;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	
}
input[type="button"] {
    font-size: 16px;
    color: #FFF;
    background-color: #ff5a49;
    padding: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
	width: 100%;
}
input[type="button"].button_gray {
    font-size: 16px;
    color: #FFF;
	background-color: #999;
    padding: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
	width: 100%;
}
#wrapper .content .conbox #search img {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	float: right;
}

#title_bar {
	font-size: 16px;
	line-height: 40px;
	color: #555;
	background-color: #dfdfdf;
	height: 40px;
	width: 100%;
	text-align: center;
	font-weight: bold;

}
.popup_content {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    height: auto;
    width: 95%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 20px;
    margin-top: 30px;
}

.text_pink_20_bold_center {
	font-size: 20px;
	font-weight: bold;
	color: #ff5a49;
	text-align: center;
}
.text_pink_20_bold {
	font-size: 20px;
	font-weight: bold;
	color: #ff5a49;
}
.text_pink_12 {
	font-size: 12px;
	color: #ff5a49;
	text-align: center;
}
.text_pink_16 {
	font-size: 16px;
	color: #ff5a49;
	text-align: left;
	line-height: 30px;
}
.text_write_16 {
	font-size: 18px;
	color: #FCFB61;
	text-align: center;
	line-height: 24px;
}
.text_yellow_16 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.button {
	font-size: 16px;
	color: #FFF;
	background-color: #ff5a49;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #ff5a49;
	width: 100%;
}
.button_pink {
	font-size: 16px;
	color: #FFF;
	background-color: #ff5a49;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #ff5a49;
}
.button_gray {
	font-size: 16px;
	color: #FFF;
	background-color: #999;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #999;
}
.popup_content form {
	text-align: center;

}
#textfield {
	font-size: 16px;
	line-height: 36px;
	color: #555;
	height: 36px;
	width: 100%;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
#textarea {
	font-size: 16px;
	line-height: 36px;
	color: #555;
	height: 200px;
	width: 100%;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
}
#gift_recipient_email{
	font-size: 16px;
	line-height: 36px;
	color: #555;
	height: 50px;
	width: 100%;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
}
#send_nickname {
	font-size: 16px;
	line-height: 36px;
	color: #555;
	height: 50px;
	width: 100%;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
}


#numberid{
	font-size: 16px;
	line-height: 36px;
	color: #555;
	height: 50px;
	width: 100%;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
}

#wrapper .content .conbox .popup_content form p .button {
	font-size: 16px;
	color: #FFF;
	background-color: #ff5a49;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #ff5a49;
}
.button_frame {
	font-size: 16px;
	color: #666;
	background-color: #f2f2f2;
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #999999;
	width: 100%;
	line-height: 24px;
}
.text_pink_16_underline a {
	font-size: 16px;
	line-height: 22px;
	color: #ff5a49;
	text-decoration: underline;
	text-align: center;
	display: block;
}
.center {
	text-align: center;
}
.step_16_pink {
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	background-color: #658f16;
	padding: 4px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#picture {
	width: 100%;
	height: auto;
	border: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	margin-bottom: 10px;
}
#picture p {
	background-color: #CCC;
	height: 40px;
	width: 100%;
	-webkit-border-radius: 8px;
	border-radius: 6px 6px 0px 0px;
	text-align: left;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	line-height: 40px;
}
#pic {
	width: 100%;

}
#pic tr td {
	text-align: center;
	padding: 10px;
}
#pic01 {
	width: 100%;

}
#pic01 tr td {
	padding: 10px;
}
.a{
	color: #ff5a49;
	font-size: 16px;
	line-height: 30px;	
}
.a:hover{
	color: #ff5a49;
	font-size: 16px;
	line-height: 30px;	
}
.gift_name {
	padding: 10px;
	height: auto;
	width: 100%;
	border: 1px solid #ff5a49;
	-webkit-box-sizing: border-box;
}
#once_buy_c h5 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #FFF;
	line-height: 40px;
}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	height: 34px;
}



#once_buy_x {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	background-color: #FFF;
	height: 60px;
	width: 80%;
	text-align: center;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 6px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#once_buy_r a {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    background-color: #FFF;
    height: 105px;
    width: 200px;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 6px solid #CCCCCC;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    display: block;
}
#once_buy_r a:hover{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	background-color: #eeeeee;
	height: 105px;
	width: 200px;
	text-align: center;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 6px solid #658f16;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	display: block;
}

#once_buy_l a {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    background-color: #FFF;
    height: 105px;
    width: 200px;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 6px solid #CCCCCC;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    display: block;
}
#once_buy_l a:hover{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	background-color: #eeeeee;
	height: 105px;
	width: 200px;
	text-align: center;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 6px solid #658f16;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	display: block;
}
#once_buy_c {
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    background-color: #ff5a49;
    height: 105px;
    width: 60%;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 6px solid #ff5a49;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
#once_buy_c a{
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	background-color: #fff;
	height: 105px;
	width: 200px;
	text-align: center;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: auto;
	margin-left: auto;
}
#once_buy_c a:hover{
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	background-color: #ff5a49;
	height: 105px;
	width: 200px;
	text-align: center;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: auto;
	margin-left: auto;
}
.message {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 32px;
    background-color: #fff8af;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.text_pink_12_left {
	font-size: 12px;
	color: #ff5a49;
}
.song_open01 {
	height: 30px;
	width: 100px;
	float: left;
	color: #FFF;
	background-color: #ff5a49;
	line-height: 30px;
	text-align: center;
	margin-top: 3px;
	margin-right: 10px;
	-webkit-border-radius:4px;
	border-radius:4px ;
}

.song_open01_1 {
	height: 30px;
	width: 100px;
	float: left;
	color: #FFF;
	background-color: #ff5a49;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	-webkit-border-radius:4px;
	border-radius:4px ;
}

.popup_content #once_buy_r a h5 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #ff5a49;
	line-height: 40px;
}
.popup_content #once_buy_l a h5 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #ff5a49;
	line-height: 40px;
}

.btns{ width:81px; height:50px; float:right;}
.btns .email_unread{ width:35px; height:50px; display:block; float:left;background:  url(../icons/email_unread.png) 50% 50% no-repeat;  background-size: 25px 25px;  border-right:1px solid #ccc; padding-right:8px;}
.btns .email_read{ width:35px; height:50px; display:block; float:left;background:  url(../icons/email_read.png) 50% 50% no-repeat;  background-size: 25px 25px;  border-right:1px solid #ccc; padding-right:8px;}
.btns .ring_dled{ width:35px; height:50px; display:block; float:left;background:  url(../icons/ring_dled.png) 50% 50% no-repeat;  background-size: 25px 25px;  border-right:1px solid #ccc; padding-right:8px;}
.btns .download{ width:30px; height:50px; padding-left:5px; display:block; float:left;background:  url(../icons/download.png) right 50% no-repeat;  background-size: 25px 25px;}
.btns img{ margin-top: 48%;}

.step .step_image img {
	width: 100%;
	height: auto;
}
.round   {
	width: 80px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #ffffff;
	border-radius: 50px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff4961), color-stop(50%,#fe8945), color-stop(100%,#629530));
    background-image: -webkit-linear-gradient(left, #ff4961 0%,#fe8945 50%,#629530 100%);
    background-image: -o-linear-gradient(left, #ff4961 0%,#fe8945 50%,#629530 100%);
    background-image: -ms-linear-gradient(left, #ff4961 0%,#fe8945 50%,#629530 100%);
    background-image: linear-gradient(to right, #ff4961 0%,#fe8945 50%,#629530 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4961', endColorstr='#629530',GradientType=1 );
	font-size: 18px;
	line-height: 80px;
	text-align: center;
}
.Q   {
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 10px;
	background-color: #fff;
}
.qalist {
    height: 220px;
    width: 95%;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    color: #ff5a49;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

