@charset "utf-8";
body {
    background-color: #f1f1f1;
}

.mainbox {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    background-color: #f1f1f1;
}

.topimgbox {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.imgw {
    width: 100%;
    height: auto;
    position: relative;
}

.imgw img {
    width: 100%;
    height: auto;
    max-height: 100vw;
    position: relative;
}

.imgw video {
    max-height: 100vw;
}

.infobox {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.prsbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 5px 0;
}

.pp {
    display: inline-block;
    font-size: .8rem;
    color: #222;
}

.p2 {
    color: #e00;
}

.p3 {
    color: #e00;
    font-size: 1.5rem;
    font-weight: bold;
}

.p4 {
    /*text-decoration: line-through;*/
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.titlebox {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 0;
    color: #111;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
}

.xtagbox {
    position: relative;
    margin-bottom: 10px;
}

.xtagbox span {
    padding: 2px 8px;
    font-size: .8rem;
    border: 1px solid #555;
    border-radius: 5px;
}

.kvbox {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    margin: 10px;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.kvitm {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.kvk {
    color: #999;
    font-size: .9rem;
}

.kvv {
    padding-left: 5px;
    color: #222;
    font-size: 1rem;
}

.kvbox .kvitm:last-of-type {
    border-bottom: 0;
}

.xqbox {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 55px;
}

.xqtit {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    margin: 10px;
    padding: 5px;
    padding-left: 10px;
    font-size: 1.1rem;
    color: #111;
    font-weight: bold;
}

.xqtit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 10px;
    background: #e00;
}

.xbtmbox {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px -1px 5px #ddd;
    z-index: 9999;
}

.xbbtn {
    float: right;
    width: auto;
    height: 40px;
    color: #fff;
    background: #e00;
    padding: 10px 15px;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.xbcon {
    position: absolute;
    top: 0;
    right: 10px;
    width: 60%;
    min-height: 100px;
    background-color: #fff;
    box-shadow: 0px -1px 5px #ddd;
    transform: translateY(-103%);
    display: none;
    padding:10px;
}

.xbqrbox {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 1rem;
    color: #222;
    font-weight: bold;
    overflow: hidden;
}

.xbqrbox img {
    width: 100%;
    height: auto;
}

.xbqrbox>div {
    width: 50%;
    height: auto;
    position: relative;
    padding: 5px;
    float: left;
}

.xqtelbox {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px;
}

.xqtelbox span {
    position: relative;
    display: block;
    margin-top: 5px;
}
.xqcon{
	background-color: #fff;
	padding:0;
}